Package org.eclipse.birt.core.template
Class ASTValueOf
java.lang.Object
org.eclipse.birt.core.template.SimpleNode
org.eclipse.birt.core.template.ASTValueOf
- All Implemented Interfaces:
Node
-
Field Summary
Fields inherited from class org.eclipse.birt.core.template.SimpleNode
children, id, parent, parser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjjtAccept
(ParserVisitor visitor, Object data) Accept the visitor.Methods inherited from class org.eclipse.birt.core.template.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
-
Constructor Details
-
ASTValueOf
public ASTValueOf(int id) -
ASTValueOf
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
-