Package gw.internal.gosu.parser
Class FrequentUsedJavaTypeCache
java.lang.Object
gw.internal.gosu.parser.FrequentUsedJavaTypeCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private IExecutionEnvironment
private static final Map<IExecutionEnvironment,
FrequentUsedJavaTypeCache> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IJavaType
getHighUsageType
(Class<?> clazz) final IJavaType
getHighUsageType
(String clazz) void
init()
static FrequentUsedJavaTypeCache
instance
(IExecutionEnvironment execEnv)
-
Field Details
-
INSTANCES
-
_typesByClass
-
_typesByName
-
_bInited
private boolean _bInited -
_execEnv
-
-
Constructor Details
-
FrequentUsedJavaTypeCache
-
-
Method Details
-
instance
-
init
public void init() -
getHighUsageType
-
getHighUsageType
-