net.sf.amiba.impl.scientific
Class UnaryOperator

Object
  extended by SimpleNode
      extended by UnaryOperator
All Implemented Interfaces:
Node

public class UnaryOperator
extends SimpleNode


Field Summary
 
Fields inherited from class SimpleNode
children, id, operator, parent, parser, terminal
 
Constructor Summary
UnaryOperator(int id)
           
UnaryOperator(ScientificParser p, int id)
           
 
Method Summary
 Object jjtAccept(ScientificParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class SimpleNode
childrenAccept, dump, getOperator, getTerminal, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setOperator, setTerminal, toString, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnaryOperator

public UnaryOperator(int id)

UnaryOperator

public UnaryOperator(ScientificParser p,
                     int id)
Method Detail

jjtAccept

public Object jjtAccept(ScientificParserVisitor visitor,
                        Object data)
Accept the visitor. *

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode