public class CatchHandler extends AviatorObject
metadata| Constructor and Description |
|---|
CatchHandler(Env env,
AviatorFunction func,
List<String> exceptionClassNames) |
| Modifier and Type | Method and 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, getMetadata, isNull, match, meta, mod, mult, neg, not, numberValue, setValue, shiftLeft, shiftRight, stringValue, sub, toString, unsignedShiftRight, withMeta, withoutMetapublic CatchHandler(Env env, 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 © 2010–2022. All rights reserved.