Uses of Interface
token.ITokVisitor

Packages that use ITokVisitor
token   
 

Uses of ITokVisitor in token
 

Classes in token that implement ITokVisitor
 class ATokVisitor
          A visitor to an Token.
 

Methods in token with parameters of type ITokVisitor
 java.lang.Object Token.execute(ITokVisitor algo, java.lang.Object... params)
          Executes (accepts) the visitor, calling the case associated with this host's index value.