Package org.eclipse.birt.core.template
Class ASTText
java.lang.Object
org.eclipse.birt.core.template.SimpleNode
org.eclipse.birt.core.template.ASTText
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class org.eclipse.birt.core.template.SimpleNode
children, id, parent, parser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendContent
(String content) jjtAccept
(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
-
Field Details
-
-
Constructor Details
-
ASTText
public ASTText(int id) -
ASTText
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
-
appendContent
-
getContent
-