org.osoco.dyninc.parser
Class ASTAndNode
java.lang.Object
org.osoco.dyninc.parser.SimpleNode
org.osoco.dyninc.parser.ASTAndNode
- All Implemented Interfaces:
- Node
- public class ASTAndNode
- extends SimpleNode
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 |
ASTAndNode
public ASTAndNode(int id)
ASTAndNode
public ASTAndNode(Parser p,
int id)
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.