Class AviatorRuntimeJavaType
java.lang.Object
com.googlecode.aviator.runtime.type.AviatorObject
com.googlecode.aviator.runtime.type.AviatorJavaType
com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AviatorRuntimeJavaElementType,ReducerResult
Aviator runtime java type,used by when generate runtime result.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprivate static final longstatic final ThreadLocal<VarNameGenerator> Fields inherited from class com.googlecode.aviator.runtime.type.AviatorJavaType
nameFields inherited from class com.googlecode.aviator.runtime.type.AviatorObject
metadata -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.googlecode.aviator.runtime.type.AviatorJavaType
add, bitAnd, bitNot, bitOr, bitXor, defineValue, deref, desc, div, getAviatorType, getElement, getProperty, getValueFromEnv, getValueFromEnv, innerCompare, match, mod, mult, neg, not, reserveName, setValue, shiftLeft, shiftRight, sub, tryResolveAsClass, unsignedShiftRightMethods inherited from class com.googlecode.aviator.runtime.type.AviatorObject
booleanValue, compare, compareEq, exponent, getMetadata, isNull, meta, numberValue, stringValue, toString, withMeta, withoutMeta
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
TEMP_VAR_GEN
-
object
-
callable
-
-
Constructor Details
-
AviatorRuntimeJavaType
Deprecated.Deprecated since 5.0.0, please usevalueOf(Object)instead.- Parameters:
object-
-
-
Method Details
-
valueOf
-
getCallable
-
setCallable
-
genName
-
getName
- Overrides:
getNamein classAviatorJavaType
-
getValue
- Overrides:
getValuein classAviatorJavaType
-