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()intinnerCompare(AviatorObject other, Map<String, Object> env) booleanMethods 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:
innerComparein classAviatorObject
-
getAviatorType
- Specified by:
getAviatorTypein classAviatorObject
-
getValue
- Specified by:
getValuein classAviatorObject
-