public class AviatorString extends AviatorObject
| Constructor and Description |
|---|
AviatorString(String lexeme) |
| Modifier and Type | Method and Description |
|---|---|
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 in class AviatorObjectpublic Object getValue(Map<String,Object> env)
getValue in class AviatorObjectpublic AviatorObject add(AviatorObject other, Map<String,Object> env)
add in class AviatorObjectpublic int compare(AviatorObject other, Map<String,Object> env)
compare in class AviatorObjectpublic String getLexeme()
Copyright © 2019. All rights reserved.