org.cytoscape.equations.parse_tree
Class SConvNode
java.lang.Object
org.cytoscape.equations.parse_tree.Node
org.cytoscape.equations.parse_tree.SConvNode
public class SConvNode
- extends Node
A node in the parse tree representing an conversion to a string
SConvNode
public SConvNode(Node convertee)
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 only child of this node
getRightChild
public Node getRightChild()
- Specified by:
getRightChild
in class Node
- Returns:
- null, This type of node never has any right children!
genCode
public void genCode(Stack<CodeAndSourceLocation> codeStack)
- Specified by:
genCode
in class Node
Copyright 2010 Cytoscape Consortium. All rights reserved.