Interface Literal.Vistor<T>
- Enclosing class:
- Literal
public static interface Literal.Vistor<T>
-
Method Summary
Modifier and TypeMethodDescriptionvisitBool
(boolean b) visitInteger
(int value) visitRecord
(Map<Identifier, Literal> members) visitString
(Template value) visitTuple
(List<Literal> members)
-
Method Details
-
visitBool
-
visitString
-
visitRecord
-
visitTuple
-
visitInteger
-