jsynoptic.parser
Class NodeForUnaryOperator

java.lang.Object
  extended by jsynoptic.parser.SimpleNode
      extended by jsynoptic.parser.NodeForUnaryOperator
All Implemented Interfaces:
Node

public class NodeForUnaryOperator
extends SimpleNode


Field Summary
 java.lang.String operator
           
 
Fields inherited from class jsynoptic.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
NodeForUnaryOperator(ExpressionParser p, int id)
           
NodeForUnaryOperator(int id)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class jsynoptic.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

operator

public java.lang.String operator
Constructor Detail

NodeForUnaryOperator

public NodeForUnaryOperator(int id)

NodeForUnaryOperator

public NodeForUnaryOperator(ExpressionParser p,
                            int id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SimpleNode