Class CatchHandler
java.lang.Object
com.googlecode.aviator.runtime.type.AviatorObject
com.googlecode.aviator.runtime.function.internal.CatchHandler
- All Implemented Interfaces:
Serializable
- Author:
- dennis(killme2008@gmail.com)
- See Also:
-
Field Summary
Fields 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
-
Constructor Details
-
CatchHandler
-
-
Method Details
-
getFunc
-
isMatch
-
innerCompare
- Specified by:
innerComparein classAviatorObject
-
getAviatorType
- Specified by:
getAviatorTypein classAviatorObject
-
getValue
- Specified by:
getValuein classAviatorObject
-