public class AviatorString extends AviatorObject
| 构造器和说明 |
|---|
AviatorString(String lexeme) |
| 限定符和类型 | 方法和说明 |
|---|---|
AviatorObject |
add(AviatorObject other,
Map<String,Object> env) |
int |
compare(AviatorObject other,
Map<String,Object> env) |
AviatorType |
getAviatorType() |
String |
getLexeme() |
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 AviatorString(String lexeme)
public AviatorType getAviatorType()
getAviatorType 在类中 AviatorObjectpublic AviatorObject add(AviatorObject other, Map<String,Object> env)
add 在类中 AviatorObjectpublic int compare(AviatorObject other, Map<String,Object> env)
compare 在类中 AviatorObjectpublic String getLexeme()
Copyright © 2017. All Rights Reserved.