Package gw.lang.reflect
Class LazyType
- java.lang.Object
-
- gw.util.concurrent.LocklessLazyVar<IType>
-
- gw.lang.reflect.LazyType
-
public class LazyType extends LocklessLazyVar<IType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gw.util.concurrent.LocklessLazyVar
LocklessLazyVar.LazyVarInit<Q>
-
-
Field Summary
-
Fields inherited from class gw.util.concurrent.LocklessLazyVar
NULL
-
-
Constructor Summary
Constructors Constructor Description LazyType(IType entryType)
LazyType(CharSequence typeName, ITypeUsesMap typeUsesMap)
LazyType(String typeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getNameFromType()
protected IType
init()
-
Methods inherited from class gw.util.concurrent.LocklessLazyVar
clear, get, initDirectly, isLoaded, make
-
-
-
-
Constructor Detail
-
LazyType
public LazyType(String typeName)
-
LazyType
public LazyType(CharSequence typeName, ITypeUsesMap typeUsesMap)
-
LazyType
public LazyType(IType entryType)
-
-