Serializablepublic class CatchHandler extends AviatorObject
| Constructor | Description |
|---|---|
CatchHandler(AviatorFunction func,
List<String> exceptionClassNames) |
| Modifier and Type | Method | Description |
|---|---|---|
AviatorType |
getAviatorType() |
|
AviatorFunction |
getFunc() |
|
Object |
getValue(Map<String,Object> env) |
|
int |
innerCompare(AviatorObject other,
Map<String,Object> env) |
|
boolean |
isMatch(Class<?> eClass) |
add, bitAnd, bitNot, bitOr, bitXor, booleanValue, compare, compareEq, defineValue, deref, desc, div, exponent, getElement, isNull, match, mod, mult, neg, not, numberValue, setValue, shiftLeft, shiftRight, stringValue, sub, toString, unsignedShiftRightpublic CatchHandler(AviatorFunction func, List<String> exceptionClassNames)
public AviatorFunction getFunc()
public boolean isMatch(Class<?> eClass)
public int innerCompare(AviatorObject other, Map<String,Object> env)
innerCompare in class AviatorObjectpublic AviatorType getAviatorType()
getAviatorType in class AviatorObjectCopyright © 2022–2023. All rights reserved.