Uses of Interface
provided.tokenFW.ITokVisitorCmd
Packages that use ITokVisitorCmd
Package
Description
Extended Visitor implementation of parser that takes tokens from ABC text files
and converts them into an IPhrase structure.
-
Uses of ITokVisitorCmd in provided.tokenFW
Fields in provided.tokenFW declared as ITokVisitorCmdModifier and TypeFieldDescriptionprivate ITokVisitorCmdATokVisitor.defaultCmdThe default command to use if there are no command associated with the given host id.Fields in provided.tokenFW with type parameters of type ITokVisitorCmdModifier and TypeFieldDescriptionprivate Map<String,ITokVisitorCmd>ATokVisitor.cmdsThe dictionary mapping token id's (names) to associated commands.Methods in provided.tokenFW with parameters of type ITokVisitorCmdModifier and TypeMethodDescriptionvoidATokVisitor.addCmd(String id, ITokVisitorCmd cmd)Add a new cmd or replace an existing cmd associated with the given host id.Constructors in provided.tokenFW with parameters of type ITokVisitorCmdModifierConstructorDescriptionATokVisitor(ITokVisitorCmd defaultCmd)Constructor that sets the default cmd to the given command.