org.osoco.dyninc.parser
Class ASTEmptyFunction
java.lang.Object
org.osoco.dyninc.parser.SimpleNode
org.osoco.dyninc.parser.ASTEmptyFunction
- All Implemented Interfaces:
- Node
- public class ASTEmptyFunction
- extends SimpleNode
| 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 |
ASTEmptyFunction
public ASTEmptyFunction(int id)
ASTEmptyFunction
public ASTEmptyFunction(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
Copyright © 2004 Osoco. All Rights Reserved.