Uses of Interface
provided.tokenFW.ITokVisitor
Packages that use ITokVisitor
Package
Description
Extended Visitor implementation of parser that takes tokens from ABC text files
and converts them into an IPhrase structure.
-
Uses of ITokVisitor in provided.tokenFW
Classes in provided.tokenFW that implement ITokVisitorModifier and TypeClassDescriptionclass
A visitor to an Token that implements ITokVisitor using a dictionary of commands.Methods in provided.tokenFW with parameters of type ITokVisitorModifier and TypeMethodDescriptionToken.execute(ITokVisitor algo, Object... params)
Executes (accepts) the visitor, calling the case associated with this host's name value.