Class AviatorRuntimeJavaElementType
java.lang.Object
com.googlecode.aviator.runtime.type.AviatorObject
com.googlecode.aviator.runtime.type.AviatorJavaType
com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
com.googlecode.aviator.runtime.type.AviatorRuntimeJavaElementType
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
callable, object, TEMP_VAR_GENFields inherited from class com.googlecode.aviator.runtime.type.AviatorJavaType
nameFields inherited from class com.googlecode.aviator.runtime.type.AviatorObject
metadata -
Constructor Summary
ConstructorsConstructorDescriptionAviatorRuntimeJavaElementType(AviatorRuntimeJavaElementType.ContainerType containerType, Object container, Object index, Callable<Object> callable) -
Method Summary
Methods inherited from class com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
genName, getCallable, getName, getValue, setCallable, valueOfMethods 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, 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
-
Constructor Details
-
AviatorRuntimeJavaElementType
public AviatorRuntimeJavaElementType(AviatorRuntimeJavaElementType.ContainerType containerType, Object container, Object index, Callable<Object> callable)
-
-
Method Details
-
setValue
- Overrides:
setValuein classAviatorJavaType
-