Uses of Class
com.googlecode.aviator.runtime.type.AviatorJavaType
-
-
Uses of AviatorJavaType in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type AviatorJavaType Modifier and Type Field Description private java.util.Map<VariableMeta,AviatorJavaType>
InterpretExpression. variables
Methods in com.googlecode.aviator that return AviatorJavaType Modifier and Type Method Description AviatorJavaType
InterpretExpression. loadVar(VariableMeta v)
-
Uses of AviatorJavaType in com.googlecode.aviator.code.interpreter
Methods in com.googlecode.aviator.code.interpreter that return AviatorJavaType Modifier and Type Method Description AviatorJavaType
InterpretContext. loadVar(VariableMeta v)
-
Uses of AviatorJavaType in com.googlecode.aviator.runtime.function.internal
Subclasses of AviatorJavaType in com.googlecode.aviator.runtime.function.internal Modifier and Type Class Description class
ReducerResult
ReducerResult in looping. -
Uses of AviatorJavaType in com.googlecode.aviator.runtime.type
Subclasses of AviatorJavaType in com.googlecode.aviator.runtime.type Modifier and Type Class Description class
AviatorRuntimeJavaElementType
class
AviatorRuntimeJavaType
Aviator runtime java type,used by when generate runtime result. -
Uses of AviatorJavaType in com.googlecode.aviator.runtime.type.string
Fields in com.googlecode.aviator.runtime.type.string declared as AviatorJavaType Modifier and Type Field Description private AviatorJavaType
VarSegment. var
-