public class AviatorNil extends AviatorObject
| 限定符和类型 | 字段和说明 |
|---|---|
static AviatorNil |
NIL |
| 限定符和类型 | 方法和说明 |
|---|---|
AviatorObject |
add(AviatorObject other,
Map<String,Object> env) |
int |
compare(AviatorObject other,
Map<String,Object> env) |
AviatorType |
getAviatorType() |
Object |
getValue(Map<String,Object> env) |
bitAnd, bitNot, bitOr, bitXor, booleanValue, desc, div, getElement, isNull, match, mod, mult, neg, not, numberValue, shiftLeft, shiftRight, stringValue, sub, unsignedShiftRightpublic static final AviatorNil NIL
public AviatorObject add(AviatorObject other, Map<String,Object> env)
add 在类中 AviatorObjectpublic int compare(AviatorObject other, Map<String,Object> env)
compare 在类中 AviatorObjectpublic AviatorType getAviatorType()
getAviatorType 在类中 AviatorObjectCopyright © 2017. All Rights Reserved.