com.singularsys.jep.parser
Class ASTStart

java.lang.Object
  extended by com.singularsys.jep.parser.SimpleNode
      extended by com.singularsys.jep.parser.ASTStart
All Implemented Interfaces:
Node

public class ASTStart
extends SimpleNode

Start Node


Field Summary
 
Fields inherited from class com.singularsys.jep.parser.SimpleNode
children, hooks, id, parent, parser
 
Constructor Summary
ASTStart(int id)
           
ASTStart(Parser p, int id)
           
 
Method Summary
 
Methods inherited from class com.singularsys.jep.parser.SimpleNode
childrenAccept, dump, getHook, getId, hookKeys, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setHook, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTStart

public ASTStart(int id)

ASTStart

public ASTStart(Parser p,
                int id)


Copyright © 2007 Singular Systems http://www.singularsys.com/jep