Uses of Enum
gw.lang.reflect.RefreshKind
Packages that use RefreshKind
Package
Description
-
Uses of RefreshKind in editor
Methods in editor with parameters of type RefreshKindModifier and TypeMethodDescriptionvoid
PackageTypeLoader.refreshedNamespace
(String s, IDirectory iDirectory, RefreshKind refreshKind) void
TypeInPackageTypeLoader.refreshedNamespace
(String s, IDirectory iDirectory, RefreshKind refreshKind) -
Uses of RefreshKind in gw.internal.gosu.dynamic
Methods in gw.internal.gosu.dynamic with parameters of type RefreshKindModifier and TypeMethodDescriptionvoid
DynamicTypeLoader.refreshedNamespace
(String namespace, IDirectory dir, RefreshKind kind) -
Uses of RefreshKind in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type RefreshKindModifier and TypeMethodDescriptionvoid
AbstractTypeRef._setStale
(RefreshKind refreshKind) void
FileSystemGosuClassRepository.namespaceRefreshed
(String namespace, IDirectory dir, RefreshKind kind) boolean
ITypeLoaderStackInternal.refresh
(IResource file, String typeName, RefreshKind refreshKind) boolean
ModuleTypeLoader.refresh
(IResource file, String typeName, RefreshKind refreshKind) private boolean
ModuleTypeLoader.refreshDirectory
(IDirectory directory, RefreshKind kind) void
TypeLoaderAccess.refreshed
(IResource file, String typeName, RefreshKind refreshKind) void
DefaultTypeLoader.refreshedNamespace
(String namespace, IDirectory dir, RefreshKind kind) private boolean
ModuleTypeLoader.refreshFile
(IFile file, String typeName, RefreshKind kind) private void
ModuleTypeLoader.refreshNamespaceCaches
(String namespace, ITypeLoader typeLoader, RefreshKind kind) -
Uses of RefreshKind in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return RefreshKindModifier and TypeMethodDescriptionPropertiesTypeLoader.refreshedFile
(IFile file, String[] types, RefreshKind kind) Methods in gw.internal.gosu.properties with parameters of type RefreshKindModifier and TypeMethodDescriptionPropertiesTypeLoader.refreshedFile
(IFile file, String[] types, RefreshKind kind) void
PropertiesTypeLoader.refreshedNamespace
(String namespace, IDirectory dir, RefreshKind kind) -
Uses of RefreshKind in gw.lang.reflect
Fields in gw.lang.reflect declared as RefreshKindMethods in gw.lang.reflect that return RefreshKindModifier and TypeMethodDescriptionITypeLoader.refreshedFile
(IFile file, String[] types, RefreshKind kind) Notifies the type loader that a file has been refreshed.SimpleTypeLoader.refreshedFile
(IFile file, String[] types, RefreshKind kind) TypeLoaderBase.refreshedFile
(IFile file, String[] types, RefreshKind kind) static RefreshKind
Returns the enum constant of this type with the specified name.static RefreshKind[]
RefreshKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.lang.reflect with parameters of type RefreshKindModifier and TypeMethodDescriptionabstract void
ITypeRef._setStale
(RefreshKind refreshKind) void
ITypeSystem.refreshed
(IResource file, String typeName, RefreshKind refreshKind) ITypeLoader.refreshedFile
(IFile file, String[] types, RefreshKind kind) Notifies the type loader that a file has been refreshed.SimpleTypeLoader.refreshedFile
(IFile file, String[] types, RefreshKind kind) TypeLoaderBase.refreshedFile
(IFile file, String[] types, RefreshKind kind) void
ITypeLoader.refreshedNamespace
(String namespace, IDirectory dir, RefreshKind kind) Constructors in gw.lang.reflect with parameters of type RefreshKindModifierConstructorDescriptionRefreshRequest
(IFile file, String[] types, ITypeLoader typeLoader, RefreshKind kind) RefreshRequest
(IFile file, String[] types, IModule module, ITypeLoader typeLoader, RefreshKind kind) RefreshRequest
(IFile file, String[] types, IModule module, RefreshKind kind) -
Uses of RefreshKind in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs with parameters of type RefreshKindModifier and TypeMethodDescriptionvoid
IGosuClassRepository.namespaceRefreshed
(String namespace, IDirectory dir, RefreshKind kind) Called when a namespace is refreshedvoid
GosuClassTypeLoader.refreshedNamespace
(String namespace, IDirectory dir, RefreshKind kind)