Uses of Class
com.jstatcom.model.control.SymbolTableTreeNode

Packages that use SymbolTableTreeNode
com.jstatcom.model Data model and Symbol Management systems. 
 

Uses of SymbolTableTreeNode in com.jstatcom.model
 

Methods in com.jstatcom.model that return SymbolTableTreeNode
 SymbolTableTreeNode SymbolTable.getSymbolTableNode()
          Gets the symbol table node that represents this table in a SymbolTree.
 

Methods in com.jstatcom.model with parameters of type SymbolTableTreeNode
 void SymbolTable.setSymbolTableNode(SymbolTableTreeNode node)
          Sets the symbol table node that represents this table in a SymbolTree.