Package gw.lang.reflect
Class ITypeRef
- java.lang.Object
-
- gw.lang.reflect.ITypeRef
-
- All Implemented Interfaces:
IType,java.io.Serializable
- Direct Known Subclasses:
AbstractTypeRef
public abstract class ITypeRef extends java.lang.Object implements IType
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST
-
-
Constructor Summary
Constructors Constructor Description ITypeRef()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Class<? extends IType>_getClassOfRef()abstract void_setStale(RefreshKind refreshKind)abstract boolean_shouldReload()abstract ITypeLoadergetTypeLoaderDirectly()abstract booleanisDeleted()abstract booleanisReloadable()abstract booleanisTypeRefreshedOutsideOfLock(IType type)abstract voidsetReloadable(boolean bReloadable)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IType
compile, getAllTypesInHierarchy, getArrayComponent, getArrayLength, getArrayType, getComponentType, getCompoundTypeComponents, getDisplayName, getEnclosingType, getFunctionalInterface, getGenericType, getGenericTypeVariables, getInterfaces, getLiteralMetaType, getMetaType, getModifiers, getName, getNamespace, getParameterizedType, getRelativeName, getSourceFiles, getSupertype, getTypeInfo, getTypeLoader, getTypeParameters, isAbstract, isArray, isAssignableFrom, isCompilable, isCompoundType, isDiscarded, isDynamic, isEnum, isFinal, isGenericType, isInterface, isMutable, isParameterizedType, isPrimitive, isValid, makeArrayInstance, readResolve, setArrayComponent, setDiscarded, unloadTypeInfo
-
-
-
-
Method Detail
-
isDeleted
public abstract boolean isDeleted()
-
_shouldReload
public abstract boolean _shouldReload()
-
_setStale
public abstract void _setStale(RefreshKind refreshKind)
-
_getClassOfRef
public abstract java.lang.Class<? extends IType> _getClassOfRef()
-
setReloadable
public abstract void setReloadable(boolean bReloadable)
-
isReloadable
public abstract boolean isReloadable()
-
isTypeRefreshedOutsideOfLock
public abstract boolean isTypeRefreshedOutsideOfLock(IType type)
-
getTypeLoaderDirectly
public abstract ITypeLoader getTypeLoaderDirectly()
-
-