|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface VariableOrConstant.VariableOrConstantVisitor
Visitor callback for VariableOrConstant
.
Method Summary | |
---|---|
void |
handle(Constant constant)
Handle a constant. |
void |
handle(Variable variable)
Handle a variable. |
Method Detail |
---|
void handle(Variable variable)
variable
- the Variable
to handlevoid handle(Constant constant)
constant
- the Constant
to handle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |