Package org.eclipse.birt.core.template
Class ASTViewTimeValueOf
- java.lang.Object
-
- org.eclipse.birt.core.template.SimpleNode
-
- org.eclipse.birt.core.template.ASTViewTimeValueOf
-
- All Implemented Interfaces:
Node
public class ASTViewTimeValueOf extends SimpleNode
-
-
Field Summary
-
Fields inherited from class org.eclipse.birt.core.template.SimpleNode
children, id, parent, parser
-
-
Constructor Summary
Constructors Constructor Description ASTViewTimeValueOf(int id)
ASTViewTimeValueOf(Parser p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
jjtAccept(ParserVisitor visitor, java.lang.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 Detail
-
ASTViewTimeValueOf
public ASTViewTimeValueOf(int id)
-
ASTViewTimeValueOf
public ASTViewTimeValueOf(Parser p, int id)
-
-
Method Detail
-
jjtAccept
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
-
-