Class ASTBlock
java.lang.Object
org.apache.cayenne.template.parser.SimpleNode
org.apache.cayenne.template.parser.ASTBlock
- All Implemented Interfaces:
- Node
public class ASTBlock extends SimpleNode
This is a root node of parsed template.
 It can be nested inside #if .. #else .. #end directive.
- Since:
- 4.1
- 
Field SummaryFields inherited from class org.apache.cayenne.template.parser.SimpleNodechildren, id, parent
- 
Constructor SummaryConstructors Constructor Description ASTBlock(int id)
- 
Method SummaryMethods inherited from class org.apache.cayenne.template.parser.SimpleNodedump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent, toString, toString
- 
Constructor Details- 
ASTBlockpublic ASTBlock(int id)
 
- 
- 
Method Details- 
evaluate
 
-