freemarker.template.instruction
Interface ContainerInstruction
- All Known Subinterfaces:
- UnparsedInstruction
- All Known Implementing Classes:
- CommentInstruction, FunctionInstruction, GenericStartInstruction, ListInstruction, NoParseInstruction, TransformInstruction
public interface ContainerInstruction
An implementation for instructions that contain other elements, such
as text or other instructions.
- Version:
- $Id: ContainerInstruction.java,v 1.1.1.1 2004/10/16 14:55:04 run2000 Exp $
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