Uses of Interface
provided.token.ITokVisitor

Packages that use ITokVisitor
provided.token   
 

Uses of ITokVisitor in provided.token
 

Classes in provided.token that implement ITokVisitor
 class ATokVisitor
          A visitor to an Token that implements ITokVisitor using a dictionary of commands.
 

Methods in provided.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 name value.