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

Packages that use Visitor
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. 
 

Uses of Visitor in com.unitesk.atp.tree
 

Methods in com.unitesk.atp.tree with parameters of type Visitor
 void Node.accept(Visitor visitor)
          Accepts the specified visitor.
 

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

Classes in com.unitesk.atp.tree.generation that implement Visitor
 class TextGeneratorVisitor
          The base visitor implementing interface of text generation.
 



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