gate.yam.parse
Class ASTSectionText

java.lang.Object
  extended by gate.yam.parse.YamNode
      extended by gate.yam.parse.SimpleNode
          extended by gate.yam.parse.ASTSectionText
All Implemented Interfaces:
Node

public class ASTSectionText
extends SimpleNode


Field Summary
 
Fields inherited from class gate.yam.parse.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTSectionText(int id)
           
ASTSectionText(YamParser p, int id)
           
 
Method Summary
 
Methods inherited from class gate.yam.parse.SimpleNode
addChildren, dump, getId, getImage, hasChildren, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class gate.yam.parse.YamNode
getAfter, getArgsList, getBefore, getBody, getEnd, getFirstToken, getLastToken, getStart, reset, setAfter, setArgsList, setBefore, setBody, setEnd, setFirstToken, setLastToken, setStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTSectionText

public ASTSectionText(int id)

ASTSectionText

public ASTSectionText(YamParser p,
                      int id)