Uses of Enum Class
org.aspectj.org.eclipse.jdt.internal.compiler.env.IUpdatableModule.UpdateKind
Packages that use IUpdatableModule.UpdateKind
Package
Description
-
Uses of IUpdatableModule.UpdateKind in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder with parameters of type IUpdatableModule.UpdateKindModifier and TypeMethodDescriptionvoidStatefulNameEnvironment.applyModuleUpdates(IUpdatableModule module, IUpdatableModule.UpdateKind kind) -
Uses of IUpdatableModule.UpdateKind in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type IUpdatableModule.UpdateKindModifier and TypeMethodDescriptionvoidFileSystem.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind) -
Uses of IUpdatableModule.UpdateKind in org.aspectj.org.eclipse.jdt.internal.compiler.env
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.env that return IUpdatableModule.UpdateKindModifier and TypeMethodDescriptionIUpdatableModule.AddExports.getKind()IUpdatableModule.AddReads.getKind()static IUpdatableModule.UpdateKindReturns the enum constant of this class with the specified name.static IUpdatableModule.UpdateKind[]IUpdatableModule.UpdateKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aspectj.org.eclipse.jdt.internal.compiler.env with parameters of type IUpdatableModule.UpdateKindModifier and TypeMethodDescriptiondefault voidIModuleAwareNameEnvironment.applyModuleUpdates(IUpdatableModule module, IUpdatableModule.UpdateKind kind) Ask the name environment to perform any updates (add-exports or add-reads) to the given module.IUpdatableModule.UpdatesByKind.getList(IUpdatableModule.UpdateKind kind, boolean create) -
Uses of IUpdatableModule.UpdateKind in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IUpdatableModule.UpdateKindModifier and TypeMethodDescriptionvoidModuleUpdater.addModuleUpdate(String moduleName, Consumer<IUpdatableModule> update, IUpdatableModule.UpdateKind kind) voidModuleUpdater.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind) voidSearchableEnvironment.applyModuleUpdates(IUpdatableModule module, IUpdatableModule.UpdateKind kind) -
Uses of IUpdatableModule.UpdateKind in org.aspectj.org.eclipse.jdt.internal.core.builder
Methods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type IUpdatableModule.UpdateKindModifier and TypeMethodDescriptionvoidNameEnvironment.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind)