|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Argument.ArgumentVisitor<Value>
Visitor interface so that you can avoid instanceof checks.
| Method Summary | |
|---|---|
void |
handle(Option<Value> o)
Handle the case of an option. |
void |
handle(Parameter<Value> p)
Handle the case of a parameter. |
| Method Detail |
|---|
void handle(Option<Value> o)
o - the Option to handlevoid handle(Parameter<Value> p)
p - the Parameter to handle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||