Uses of Interface
morfologik.fsa.Visitor

Packages that use Visitor
morfologik.fsa   
morfologik.fsa.bytes   
morfologik.fsa.characters   
 

Uses of Visitor in morfologik.fsa
 

Methods in morfologik.fsa with parameters of type Visitor
 void Traversable.postOrder(Visitor<? super T> v)
          Visit all sub-nodes in post-order (children first, then the node).
 void Traversable.preOrder(Visitor<? super T> v)
          Visit all sub-states in pre-order (the node first, then children).
 

Uses of Visitor in morfologik.fsa.bytes
 

Methods in morfologik.fsa.bytes with parameters of type Visitor
 void State.postOrder(Visitor<? super State> v)
          Visit all sub-states in post-order.
 void State.preOrder(Visitor<? super State> v)
          Visit all sub-states in pre-order.
 

Uses of Visitor in morfologik.fsa.characters
 

Methods in morfologik.fsa.characters with parameters of type Visitor
 void State.postOrder(Visitor<? super State> v)
          Visit all sub-states in post-order.
 void State.preOrder(Visitor<? super State> v)
          Visit all sub-states in pre-order.
 



Copyright © 2010. All Rights Reserved.