Uses of Class
com.googlecode.aviator.utils.VarNameGenerator
-
Packages that use VarNameGenerator Package Description com.googlecode.aviator.runtime.type com.googlecode.aviator.script -
-
Uses of VarNameGenerator in com.googlecode.aviator.runtime.type
Fields in com.googlecode.aviator.runtime.type with type parameters of type VarNameGenerator Modifier and Type Field Description static java.lang.ThreadLocal<VarNameGenerator>
AviatorRuntimeJavaType. TEMP_VAR_GEN
-
Uses of VarNameGenerator in com.googlecode.aviator.script
Fields in com.googlecode.aviator.script with type parameters of type VarNameGenerator Modifier and Type Field Description static java.lang.ThreadLocal<VarNameGenerator>
AviatorScriptEngine. TEMP_VAR_GEN
-