org.osoco.dyninc.parser
Class ASTAndNode

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

public class ASTAndNode
extends SimpleNode


Field Summary
 
Fields inherited from class org.osoco.dyninc.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTAndNode(int id)
           
ASTAndNode(Parser p, int id)
           
 
Method Summary
protected  java.lang.Object getValue(Context context, java.lang.Object current)
           
 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, 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

ASTAndNode

public ASTAndNode(int id)

ASTAndNode

public ASTAndNode(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

getValue

protected java.lang.Object getValue(Context context,
                                    java.lang.Object current)
                             throws java.lang.Exception
Overrides:
getValue in class SimpleNode
Throws:
java.lang.Exception


Copyright © 2004 Osoco. All Rights Reserved.