Cytoscape 2.8.0 API

Uses of Class
org.cytoscape.equations.parse_tree.Node

Packages that use Node
org.cytoscape.equations   
org.cytoscape.equations.parse_tree   
 

Uses of Node in org.cytoscape.equations
 

Methods in org.cytoscape.equations that return Node
 Node EqnParser.getParseTree()
           
 

Uses of Node in org.cytoscape.equations.parse_tree
 

Subclasses of Node in org.cytoscape.equations.parse_tree
 class BinOpNode
          A node in the parse tree representing a binary operator.
 class BooleanConstantNode
          A node in the parse tree representing an integer constant.
 class FConvNode
          A node in the parse tree representing a conversion to a floating point number
 class FloatConstantNode
          A node in the parse tree representing an integer constant.
 class FuncCallNode
          A node in the parse tree representing a function call.
 class IdentNode
          A node in the parse tree representing an attribute reference.
 class SConvNode
          A node in the parse tree representing an conversion to a string
 class StringConstantNode
          A node in the parse tree representing an integer constant.
 class UnaryOpNode
          A node in the parse tree representing a unary operator application.
 

Methods in org.cytoscape.equations.parse_tree that return Node
 Node UnaryOpNode.getLeftChild()
           
 Node StringConstantNode.getLeftChild()
           
 Node SConvNode.getLeftChild()
           
abstract  Node Node.getLeftChild()
           
 Node IdentNode.getLeftChild()
           
 Node FuncCallNode.getLeftChild()
           
 Node FloatConstantNode.getLeftChild()
           
 Node FConvNode.getLeftChild()
           
 Node BooleanConstantNode.getLeftChild()
           
 Node BinOpNode.getLeftChild()
           
 Node UnaryOpNode.getRightChild()
           
 Node StringConstantNode.getRightChild()
           
 Node SConvNode.getRightChild()
           
abstract  Node Node.getRightChild()
           
 Node IdentNode.getRightChild()
           
 Node FuncCallNode.getRightChild()
           
 Node FloatConstantNode.getRightChild()
           
 Node FConvNode.getRightChild()
           
 Node BooleanConstantNode.getRightChild()
           
 Node BinOpNode.getRightChild()
           
 

Constructors in org.cytoscape.equations.parse_tree with parameters of type Node
BinOpNode(int sourceLocation, Token operator, Node lhs, Node rhs)
           
FConvNode(Node convertee)
           
FuncCallNode(int sourceLocation, Function func, Class returnType, Node[] args)
           
SConvNode(Node convertee)
           
UnaryOpNode(int sourceLocation, Token operator, Node operand)
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.