Package | Description |
---|---|
extVisitor |
Modifier and Type | Field and Description |
---|---|
private IExtVisitorCmd |
ExtVisitor.defaultCmd
Default command used when unknown case is encountered.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,IExtVisitorCmd> |
ExtVisitor.cmds
Dictionary of commands keyed to a String id.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtVisitor.addCmd(java.lang.String id,
IExtVisitorCmd cmd)
Add or replace the command associated with the given id.
|