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. variablesMethods in com.googlecode.aviator that return AviatorJavaType Modifier and Type Method Description AviatorJavaTypeInterpretExpression. 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 AviatorJavaTypeInterpretContext. 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 classReducerResultReducerResult 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 classAviatorRuntimeJavaElementTypeclassAviatorRuntimeJavaTypeAviator 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 AviatorJavaTypeVarSegment. var
-