public abstract class ITypeRef extends Object implements IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST| Constructor and Description |
|---|
ITypeRef() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends IType> |
_getClassOfRef() |
abstract void |
_setStale(RefreshKind refreshKind) |
abstract boolean |
_shouldReload() |
abstract ITypeLoader |
getTypeLoaderDirectly() |
abstract boolean |
isDeleted() |
abstract boolean |
isReloadable() |
abstract boolean |
isTypeRefreshedOutsideOfLock(IType type) |
abstract void |
setReloadable(boolean bReloadable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllTypesInHierarchy, getArrayComponent, getArrayLength, getArrayType, getComponentType, getCompoundTypeComponents, getDisplayName, getEnclosingType, getGenericType, getGenericTypeVariables, getInterfaces, getLiteralMetaType, getMetaType, getModifiers, getName, getNamespace, getParameterizedType, getRelativeName, getSourceFiles, getSupertype, getTypeInfo, getTypeLoader, getTypeParameters, isAbstract, isArray, isAssignableFrom, isCompoundType, isDiscarded, isDynamic, isEnum, isFinal, isGenericType, isInterface, isMutable, isParameterizedType, isPrimitive, isValid, makeArrayInstance, readResolve, setArrayComponent, setDiscarded, unloadTypeInfopublic abstract boolean isDeleted()
public abstract boolean _shouldReload()
public abstract void _setStale(RefreshKind refreshKind)
public abstract void setReloadable(boolean bReloadable)
public abstract boolean isReloadable()
public abstract boolean isTypeRefreshedOutsideOfLock(IType type)
public abstract ITypeLoader getTypeLoaderDirectly()
Copyright © 2018. All rights reserved.