public class AviatorNil extends AviatorObject
| Modifier and Type | Field and Description |
|---|---|
static AviatorNil |
NIL |
metadata| Modifier and Type | Method and Description |
|---|---|
AviatorObject |
add(AviatorObject other,
Map<String,Object> env) |
AviatorType |
getAviatorType() |
Object |
getValue(Map<String,Object> env) |
int |
innerCompare(AviatorObject other,
Map<String,Object> env) |
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, withoutMetapublic static final AviatorNil NIL
public AviatorObject add(AviatorObject other, Map<String,Object> env)
add in class AviatorObjectpublic int innerCompare(AviatorObject other, Map<String,Object> env)
innerCompare in class AviatorObjectpublic AviatorType getAviatorType()
getAviatorType in class AviatorObjectCopyright © 2010–2022. All rights reserved.