org.osoco.dyninc.parser
Class ASTEQNode

java.lang.Object
  extended byorg.osoco.dyninc.parser.SimpleNode
      extended byorg.osoco.dyninc.parser.ASTEQNode
All Implemented Interfaces:
Node

public class ASTEQNode
extends SimpleNode


Field Summary
 
Fields inherited from class org.osoco.dyninc.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTEQNode(int id)
           
ASTEQNode(Parser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
static Node jjtCreate(int id)
           
static Node jjtCreate(Parser p, int id)
           
 
Methods inherited from class org.osoco.dyninc.parser.SimpleNode
childrenAccept, dump, getValue, getValue, 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
 

Constructor Detail

ASTEQNode

public ASTEQNode(int id)

ASTEQNode

public ASTEQNode(Parser p,
                 int id)
Method Detail

jjtCreate

public static Node jjtCreate(int id)

jjtCreate

public static Node jjtCreate(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


Copyright © 2004 Osoco. All Rights Reserved.