Class ITypeRef

    • Constructor Detail

      • ITypeRef

        public ITypeRef()
    • Method Detail

      • isDeleted

        public abstract boolean isDeleted()
      • _shouldReload

        public abstract boolean _shouldReload()
      • _setStale

        public abstract void _setStale​(RefreshKind refreshKind)
      • _getClassOfRef

        public abstract 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()