org.cytoscape.equations.parse_tree
Class BinOpNode
java.lang.Object
org.cytoscape.equations.parse_tree.Node
org.cytoscape.equations.parse_tree.BinOpNode
public class BinOpNode
- extends Node
A node in the parse tree representing a binary operator.
BinOpNode
public BinOpNode(int sourceLocation,
Token operator,
Node lhs,
Node rhs)
toString
public String toString()
- Specified by:
toString
in class Node
getType
public Class getType()
- Specified by:
getType
in class Node
getLeftChild
public Node getLeftChild()
- Specified by:
getLeftChild
in class Node
- Returns:
- the left operand
getRightChild
public Node getRightChild()
- Specified by:
getRightChild
in class Node
- Returns:
- the right operand
getOperator
public Token getOperator()
genCode
public void genCode(Stack<CodeAndSourceLocation> codeStack)
- Specified by:
genCode
in class Node
Copyright 2010 Cytoscape Consortium. All rights reserved.