public abstract class AbstractValue extends AbstractValueRef implements Value
NUMBER_TYPE_MASK, RAW_TYPE_MASK
Constructor and Description |
---|
AbstractValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
isRef()
Test whether this value is a reference of not.
|
as, as, asArrayValue, asBinary, asBoolean, asExtended, asFloat, asInteger, asMapValue, asNil, asNumber, asRaw, asString, getArrayCursor, getMapCursor, isArray, isBinary, isBoolean, isExtended, isFloat, isInteger, isMap, isNil, isNumber, isRaw, isString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asArrayValue, asMapValue
accept, asBinary, asBoolean, asExtended, asFloat, asInteger, asNil, asNumber, asRaw, asString, getArrayCursor, getMapCursor, getValueType, isArray, isBinary, isBoolean, isExtended, isFloat, isInteger, isMap, isNil, isNumber, isRaw, isString, toValue, writeTo
public boolean isRef()
ValueRef
isRef
in interface ValueRef
isRef
in class AbstractValueRef