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
public class ASTText
- extends SimpleNode
Field Summary |
protected java.lang.StringBuffer |
content
|
Methods inherited from class org.eclipse.birt.core.template.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
content
protected java.lang.StringBuffer content
ASTText
public ASTText(int id)
ASTText
public ASTText(Parser p,
int id)
jjtAccept
public java.lang.Object jjtAccept(ParserVisitor visitor,
java.lang.Object data)
- Accept the visitor.
- Specified by:
jjtAccept
in interface Node
- Overrides:
jjtAccept
in class SimpleNode
appendContent
public void appendContent(java.lang.String content)
getContent
public java.lang.String getContent()
Copyright © 2008 Actuate Corp. All rights reserved.