SigPath

org.sigpath.util.formula
Class ASTSigPathVarNode

java.lang.Object
  extended by org.nfunk.jep.SimpleNode
      extended by org.nfunk.jep.ASTVarNode
          extended by org.sigpath.util.formula.ASTSigPathVarNode
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTChemicalVarNode, ASTCompartmentVarNode, ASTSBMLVarNode

public abstract class ASTSigPathVarNode
extends ASTVarNode


Field Summary
 
Fields inherited from class org.nfunk.jep.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTSigPathVarNode(int i)
           
ASTSigPathVarNode(Parser parser, int i)
           
 
Method Summary
abstract  String getName()
           
 Object jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.nfunk.jep.ASTVarNode
getVar, setVar, toString
 
Methods inherited from class org.nfunk.jep.SimpleNode
childrenAccept, dump, getId, 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
 

Constructor Detail

ASTSigPathVarNode

public ASTSigPathVarNode(int i)

ASTSigPathVarNode

public ASTSigPathVarNode(Parser parser,
                         int i)
Method Detail

jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
                 throws ParseException
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class ASTVarNode
Throws:
ParseException

getName

public abstract String getName()
Overrides:
getName in class ASTVarNode

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.