org.cytoscape.equations.parse_tree
Class Node
java.lang.Object
org.cytoscape.equations.parse_tree.Node
- Direct Known Subclasses:
- BinOpNode, BooleanConstantNode, FConvNode, FloatConstantNode, FuncCallNode, IdentNode, SConvNode, StringConstantNode, UnaryOpNode
public abstract class Node
- extends Object
A node in the parse tree.
Constructor Summary |
Node(int sourceLocation)
|
Node
public Node(int sourceLocation)
getSourceLocation
public int getSourceLocation()
toString
public abstract String toString()
- Overrides:
toString
in class Object
getType
public abstract Class getType()
getLeftChild
public abstract Node getLeftChild()
getRightChild
public abstract Node getRightChild()
genCode
public abstract void genCode(Stack<CodeAndSourceLocation> codeStack)
Copyright 2010 Cytoscape Consortium. All rights reserved.