net.sourceforge.jane.jjtree
Class JavaRelationalExpression

java.lang.Object
  |
  +--net.sourceforge.jane.jjtree.SimpleNode
        |
        +--net.sourceforge.jane.jjtree.JavaRelationalExpression
All Implemented Interfaces:
Node

public class JavaRelationalExpression
extends SimpleNode


Fields inherited from class net.sourceforge.jane.jjtree.SimpleNode
children, id, parent, parser
 
Constructor Summary
JavaRelationalExpression(int id)
           
JavaRelationalExpression(JavaParser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JavaParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class net.sourceforge.jane.jjtree.SimpleNode
childrenAccept, dump, 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

JavaRelationalExpression

public JavaRelationalExpression(int id)

JavaRelationalExpression

public JavaRelationalExpression(JavaParser p,
                                int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(JavaParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.
Overrides:
jjtAccept in class SimpleNode


Copyright © 2002-2002 SourceForge. All Rights Reserved.