Class ASTMethod
java.lang.Object
org.apache.cayenne.template.parser.SimpleNode
org.apache.cayenne.template.parser.IdentifierNode
org.apache.cayenne.template.parser.ASTMethod
- All Implemented Interfaces:
- Node
public class ASTMethod extends IdentifierNode
- Since:
- 4.1
- 
Field SummaryFields inherited from class org.apache.cayenne.template.parser.SimpleNodechildren, id, parent
- 
Constructor SummaryConstructors Constructor Description ASTMethod(int id)
- 
Method SummaryMethods inherited from class org.apache.cayenne.template.parser.IdentifierNodegetIdentifier, setIdentifierMethods inherited from class org.apache.cayenne.template.parser.SimpleNodedump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent, toString, toString
- 
Constructor Details- 
ASTMethodpublic ASTMethod(int id)
 
- 
- 
Method Details- 
evaluateAsObjectEvaluate method call to an Object
- 
evaluate
 
-