|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Argument.ArgumentVisitor | |
---|---|
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine | Data-structures for representing command-lines. |
Uses of Argument.ArgumentVisitor in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine |
---|
Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine with parameters of type Argument.ArgumentVisitor | |
---|---|
void |
Parameter.visit(Argument.ArgumentVisitor<Value> valueArgumentVisitor)
|
void |
Option.visit(Argument.ArgumentVisitor<Value> valueArgumentVisitor)
|
abstract void |
Argument.visit(Argument.ArgumentVisitor<Value> visitor)
Visit this argument, triggering the handle method of the visitor specific to the concrete class of the argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |