Class CatchHandler
java.lang.Object
com.googlecode.aviator.runtime.type.AviatorObject
com.googlecode.aviator.runtime.function.internal.CatchHandler
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.googlecode.aviator.runtime.type.AviatorObject
metadata
-
Constructor Summary
ConstructorsConstructorDescriptionCatchHandler
(Env env, AviatorFunction func, List<String> exceptionClassNames) -
Method Summary
Modifier and TypeMethodDescriptiongetFunc()
int
innerCompare
(AviatorObject other, Map<String, Object> env) boolean
Methods inherited from class com.googlecode.aviator.runtime.type.AviatorObject
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, withoutMeta
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
func
-
exceptionClasses
-
-
Constructor Details
-
CatchHandler
-
-
Method Details
-
getFunc
-
isMatch
-
innerCompare
- Specified by:
innerCompare
in classAviatorObject
-
getAviatorType
- Specified by:
getAviatorType
in classAviatorObject
-
getValue
- Specified by:
getValue
in classAviatorObject
-