freemarker.template.instruction
Interface ContainerInstruction

All Known Subinterfaces:
UnparsedInstruction
All Known Implementing Classes:
AssignBlockInstruction, CommentInstruction, FunctionInstruction, GenericStartInstruction, ListInstruction, LocalInstruction, NoParseInstruction, TransformInstruction

public interface ContainerInstruction

An implementation for instructions that contain other elements, such as text or other instructions.

Version:
$Id: ContainerInstruction.java 1101 2013-04-01 04:17:32Z run2000 $

Method Summary
 boolean testEndInstruction(Instruction endInstruction)
          Is this the right kind of instruction for the given EndInstruction?
 

Method Detail

testEndInstruction

boolean testEndInstruction(Instruction endInstruction)
Is this the right kind of instruction for the given EndInstruction?

Parameters:
endInstruction - the end instruction we're testing
Returns:
true if the EndInstruction is the right kind for this ContainerInstruction, otherwise false