Verwendungen von Enum-Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.env.IUpdatableModule.UpdateKind
Packages, die IUpdatableModule.UpdateKind verwenden
Package
Beschreibung
-
Verwendungen von IUpdatableModule.UpdateKind in org.aspectj.ajdt.internal.core.builder
Methoden in org.aspectj.ajdt.internal.core.builder mit Parametern vom Typ IUpdatableModule.UpdateKindModifizierer und TypMethodeBeschreibungvoidStatefulNameEnvironment.applyModuleUpdates(IUpdatableModule module, IUpdatableModule.UpdateKind kind) -
Verwendungen von IUpdatableModule.UpdateKind in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.batch mit Parametern vom Typ IUpdatableModule.UpdateKindModifizierer und TypMethodeBeschreibungvoidFileSystem.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind) -
Verwendungen von IUpdatableModule.UpdateKind in org.aspectj.org.eclipse.jdt.internal.compiler.env
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.env, die IUpdatableModule.UpdateKind zurückgebenModifizierer und TypMethodeBeschreibungIUpdatableModule.AddExports.getKind()IUpdatableModule.AddReads.getKind()static IUpdatableModule.UpdateKindGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static IUpdatableModule.UpdateKind[]IUpdatableModule.UpdateKind.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.env mit Parametern vom Typ IUpdatableModule.UpdateKindModifizierer und TypMethodeBeschreibungdefault 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) -
Verwendungen von IUpdatableModule.UpdateKind in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IUpdatableModule.UpdateKindModifizierer und TypMethodeBeschreibungvoidModuleUpdater.addModuleUpdate(String moduleName, Consumer<IUpdatableModule> update, IUpdatableModule.UpdateKind kind) voidModuleUpdater.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind) voidSearchableEnvironment.applyModuleUpdates(IUpdatableModule module, IUpdatableModule.UpdateKind kind) -
Verwendungen von IUpdatableModule.UpdateKind in org.aspectj.org.eclipse.jdt.internal.core.builder
Methoden in org.aspectj.org.eclipse.jdt.internal.core.builder mit Parametern vom Typ IUpdatableModule.UpdateKindModifizierer und TypMethodeBeschreibungvoidNameEnvironment.applyModuleUpdates(IUpdatableModule compilerModule, IUpdatableModule.UpdateKind kind)