Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.env.IUpdatableModule
Packages that use IUpdatableModule
Package
Description
-
Uses of IUpdatableModule in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder with parameters of type IUpdatableModuleModifier and TypeMethodDescriptionvoidStatefulNameEnvironment.applyModuleUpdates(IUpdatableModule module, IUpdatableModule.UpdateKind kind) -
Uses of IUpdatableModule in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type IUpdatableModuleModifier and TypeMethodDescriptionvoidFileSystem.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind) -
Uses of IUpdatableModule in org.aspectj.org.eclipse.jdt.internal.compiler.env
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.env that return types with arguments of type IUpdatableModuleModifier and TypeMethodDescriptionIUpdatableModule.UpdatesByKind.getList(IUpdatableModule.UpdateKind kind, boolean create) Methods in org.aspectj.org.eclipse.jdt.internal.compiler.env with parameters of type IUpdatableModuleModifier and TypeMethodDescriptionvoidIUpdatableModule.AddExports.accept(IUpdatableModule t) voidIUpdatableModule.AddReads.accept(IUpdatableModule t) default voidIModuleAwareNameEnvironment.applyModuleUpdates(IUpdatableModule module, IUpdatableModule.UpdateKind kind) Ask the name environment to perform any updates (add-exports or add-reads) to the given module. -
Uses of IUpdatableModule in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that implement IUpdatableModuleModifier and TypeClassDescriptionclassclassThis class serves a dual purposestatic classclass -
Uses of IUpdatableModule in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IUpdatableModuleModifier and TypeMethodDescriptionvoidModuleUpdater.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind) voidSearchableEnvironment.applyModuleUpdates(IUpdatableModule module, IUpdatableModule.UpdateKind kind) Method parameters in org.aspectj.org.eclipse.jdt.internal.core with type arguments of type IUpdatableModuleModifier and TypeMethodDescriptionvoidModuleUpdater.addModuleUpdate(String moduleName, Consumer<IUpdatableModule> update, IUpdatableModule.UpdateKind kind) -
Uses of IUpdatableModule in org.aspectj.org.eclipse.jdt.internal.core.builder
Methods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type IUpdatableModuleModifier and TypeMethodDescriptionvoidNameEnvironment.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind)