org.osoco.dyninc.parser
Class ASTEmptyFunction

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

public class ASTEmptyFunction
extends SimpleNode


Field Summary
 
Fields inherited from class org.osoco.dyninc.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTEmptyFunction(int id)
           
ASTEmptyFunction(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

ASTEmptyFunction

public ASTEmptyFunction(int id)

ASTEmptyFunction

public ASTEmptyFunction(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.