public class AbstractValueVisitor extends java.lang.Object implements ValueVisitor
Constructor and Description |
---|
AbstractValueVisitor() |
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) |
public void visitNil()
visitNil
in interface ValueVisitor
public void visitBoolean(boolean v)
visitBoolean
in interface ValueVisitor
public void visitInteger(IntegerValue v)
visitInteger
in interface ValueVisitor
public void visitFloat(FloatValue v)
visitFloat
in interface ValueVisitor
public void visitBinary(BinaryValue v)
visitBinary
in interface ValueVisitor
public void visitString(StringValue v)
visitString
in interface ValueVisitor
public void visitArray(ArrayValue v)
visitArray
in interface ValueVisitor
public void visitMap(MapValue v)
visitMap
in interface ValueVisitor
public void visitExtended(ExtendedValue v)
visitExtended
in interface ValueVisitor
public void onError(java.lang.Exception e)
onError
in interface ValueVisitor