net.sourceforge.cilib.type.parser
Class ASTrootElement

java.lang.Object
  extended by net.sourceforge.cilib.type.parser.SimpleNode
      extended by net.sourceforge.cilib.type.parser.ASTrootElement
All Implemented Interfaces:
Node

public class ASTrootElement
extends SimpleNode


Field Summary
 
Fields inherited from class net.sourceforge.cilib.type.parser.SimpleNode
children, id, parent, parser, value
 
Constructor Summary
ASTrootElement(DomainParser p, int id)
           
ASTrootElement(int id)
           
 
Method Summary
 Object jjtAccept(DomainParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class net.sourceforge.cilib.type.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTrootElement

public ASTrootElement(int id)

ASTrootElement

public ASTrootElement(DomainParser p,
                      int id)
Method Detail

jjtAccept

public Object jjtAccept(DomainParserVisitor visitor,
                        Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode


Copyright © 2009 CIRG. All Rights Reserved.