public interface ValueVisitor
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.Exception e) |
void |
visitArray(ArrayValue v) |
void |
visitBinary(BinaryValue v) |
void |
visitBoolean(boolean v) |
void |
visitExtended(ExtendedValue v) |
void |
visitFloat(FloatValue v) |
void |
visitInteger(IntegerValue v) |
void |
visitMap(MapValue v) |
void |
visitNil() |
void |
visitString(StringValue v) |
void visitNil()
void visitBoolean(boolean v)
void visitInteger(IntegerValue v)
void visitFloat(FloatValue v)
void visitBinary(BinaryValue v)
void visitString(StringValue v)
void visitArray(ArrayValue v)
void visitMap(MapValue v)
void visitExtended(ExtendedValue v)
void onError(java.lang.Exception e)