net.sourceforge.jane.jjtree
Class JavaUnaryExpressionNotPlusMinus

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

public class JavaUnaryExpressionNotPlusMinus
extends SimpleNode


Fields inherited from class net.sourceforge.jane.jjtree.SimpleNode
children, id, parent, parser
 
Constructor Summary
JavaUnaryExpressionNotPlusMinus(int id)
           
JavaUnaryExpressionNotPlusMinus(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

JavaUnaryExpressionNotPlusMinus

public JavaUnaryExpressionNotPlusMinus(int id)

JavaUnaryExpressionNotPlusMinus

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