org.eclipse.birt.core.template
Class ASTText

java.lang.Object
  extended by org.eclipse.birt.core.template.SimpleNode
      extended by org.eclipse.birt.core.template.ASTText
All Implemented Interfaces:
Node

public class ASTText
extends SimpleNode


Field Summary
protected  java.lang.StringBuffer content
           
 
Fields inherited from class org.eclipse.birt.core.template.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTText(int id)
           
ASTText(Parser p, int id)
           
 
Method Summary
 void appendContent(java.lang.String content)
           
 java.lang.String getContent()
           
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

content

protected java.lang.StringBuffer content
Constructor Detail

ASTText

public ASTText(int id)

ASTText

public ASTText(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 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.