public static interface Literal.Visitor<T>
Modifier and Type | Method and Description |
---|---|
T |
visitBool(boolean b) |
T |
visitInt(int value) |
T |
visitObject(Map<Identifier,Literal> members) |
T |
visitStr(Template value) |
T |
visitTuple(List<Literal> members) |
Copyright © 2023. All rights reserved.