Package gw.lang.reflect
Class LazyType
-
Nested Class Summary
Nested classes/interfaces inherited from class gw.util.concurrent.LocklessLazyVar
LocklessLazyVar.LazyVarInit<Q>
-
Field Summary
FieldsFields inherited from class gw.util.concurrent.LocklessLazyVar
NULL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.util.concurrent.LocklessLazyVar
clear, get, initDirectly, isLoaded, make
-
Field Details
-
_typeName
-
_typeUsesMap
-
-
Constructor Details
-
LazyType
-
LazyType
-
LazyType
-
-
Method Details
-
getName
-
getNameFromType
-
init
- Specified by:
init
in classLocklessLazyVar<IType>
-
getType
private static IType getType(String strType, ITypeUsesMap _typeUsesMap) throws ClassNotFoundException - Throws:
ClassNotFoundException
-