Class AviatorNil
java.lang.Object
com.googlecode.aviator.runtime.type.AviatorObject
com.googlecode.aviator.runtime.type.AviatorNil
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsFields inherited from class AviatorObject
metadata -
Method Summary
Modifier and TypeMethodDescriptionadd(AviatorObject other, Map<String, Object> env) intinnerCompare(AviatorObject other, Map<String, Object> env) Methods inherited from class AviatorObject
bitAnd, bitNot, bitOr, bitXor, booleanValue, compare, compareEq, defineValue, deref, desc, div, exponent, getElement, getMetadata, isNull, match, meta, mod, mult, neg, not, numberValue, setValue, shiftLeft, shiftRight, stringValue, sub, toString, unsignedShiftRight, withMeta, withoutMeta
-
Field Details
-
NIL
-
-
Method Details
-
add
- Overrides:
addin classAviatorObject
-
innerCompare
- Specified by:
innerComparein classAviatorObject
-
getAviatorType
- Specified by:
getAviatorTypein classAviatorObject
-
getValue
-