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 AviatorRuntimeJavaType
callable, object, TEMP_VAR_GENFields inherited from class AviatorJavaType
nameFields inherited from class AviatorObject
metadata -
Constructor Summary
ConstructorsConstructorDescriptionAviatorRuntimeJavaElementType(AviatorRuntimeJavaElementType.ContainerType containerType, Object container, Object index, Callable<Object> callable) -
Method Summary
Methods inherited from class AviatorRuntimeJavaType
genName, getCallable, getName, getValue, setCallable, valueOfMethods inherited from class 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 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
-