Uses of Interface
com.unitesk.atp.tree.Node

Packages that use Node
com.unitesk.atp.tree This package provides common interface of node of attributed tree, default implementation and base interface of visitor
com.unitesk.atp.tree.generation This package provides special version of text generator based on patterns for attributed tree processing. 
com.unitesk.atp.tree.tool This package provides special version of extendable tool for formal text processing tools. 
com.unitesk.atp.tree.tool.antlr   
 

Uses of Node in com.unitesk.atp.tree
 

Classes in com.unitesk.atp.tree that implement Node
static class TreeClass.NodeClass
          The default implementation of Node interface.
 

Fields in com.unitesk.atp.tree declared as Node
protected  Node TreeClass.root
           
 

Methods in com.unitesk.atp.tree that return Node
 Node TreeClass.NodeClass.getParent()
           
 Node Node.getParent()
          Gets the parent of this node.
 Node TreeClass.getRootNode()
          Returns root of this tree.
 Node Tree.getRootNode()
          Returns root of this tree.
 Node TreeClass.NodeClass.getThis()
          Provides access to 'this' through Attributed interface.
 

Methods in com.unitesk.atp.tree with parameters of type Node
protected  void TreePrinter.dumpAttribute(Node node, String name, Object value)
           
protected  void TreePrinter.dumpNode(Node node)
           
 void TreePrinter.dumpTree(Node node)
          Dump subtree.
 void TreeClass.NodeClass.setParent(Node parent)
           
 void Node.setParent(Node parent)
          Sets the parent of this node.
 void TreeClass.setRootNode(Node root)
          Sets root node of this tree.
 void Tree.setRootNode(Node root)
           
 

Uses of Node in com.unitesk.atp.tree.generation
 

Methods in com.unitesk.atp.tree.generation that return Node
 Node TextGeneratorServer.getNode()
          Returns current node.
 Node TextGeneratorClient.getNode()
          Returns current node.
 Node TextGenerator.getNode()
          Returns current node.
 

Methods in com.unitesk.atp.tree.generation with parameters of type Node
 void TextGeneratorServer.pushNode(Node node)
          Sets default node for all operations with attributes.
 void TextGeneratorClient.pushNode(Node node)
          Sets default node for all operations with attributes.
 void TextGenerator.pushNode(Node node)
          Sets default node for all operations with attributes.
 void TextGeneratorVisitor.visit(Node node)
           
abstract  void TextGeneratorClient.visit(Node node)
          Process node.
 

Uses of Node in com.unitesk.atp.tree.tool
 

Methods in com.unitesk.atp.tree.tool with parameters of type Node
 Object Plugin.get(String name, Node node)
          Computes an attribute with the specified name of the specified node of the same tree.
 Object Tool.get(String name, Tree tree, Node node)
          
 Object PluginManagerClass.get(String name, Tree tree, Node node)
          
 Object PluginManager.get(String name, Tree tree, Node node)
          Computes attribute of node of the specified tree.
abstract  Object Attribute.get(Tree tree, Node node)
          Inheritors must override this method to implement attribute computation.
 

Uses of Node in com.unitesk.atp.tree.tool.antlr
 

Fields in com.unitesk.atp.tree.tool.antlr declared as Node
protected  Node LinkedToken.node
           
 

Methods in com.unitesk.atp.tree.tool.antlr that return Node
 Node LinkedToken.getNode()
          Get linked tree node.
 

Methods in com.unitesk.atp.tree.tool.antlr with parameters of type Node
 void LinkedToken.setNode(Node node)
          Link token with tree node.
 



Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.