Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.impl.IrritantSet
Packages, die IrritantSet verwenden
Package
Beschreibung
-
Verwendungen von IrritantSet in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ IrritantSetModifizierer und TypMethodeBeschreibungvoidCompilationUnitDeclaration.recordSuppressWarnings(IrritantSet irritants, Annotation annotation, int scopeStart, int scopeEnd, ReferenceContext context) -
Verwendungen von IrritantSet in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.impl, die deklariert sind als IrritantSetModifizierer und TypFeldBeschreibungstatic final IrritantSetIrritantSet.ALLstatic final IrritantSetIrritantSet.API_LEAKstatic final IrritantSetIrritantSet.BOXINGstatic final IrritantSetIrritantSet.CASTstatic final IrritantSetIrritantSet.COMPILER_DEFAULT_ERRORSstatic final IrritantSetIrritantSet.COMPILER_DEFAULT_INFOSstatic final IrritantSetIrritantSet.COMPILER_DEFAULT_WARNINGSstatic final IrritantSetIrritantSet.DEP_ANNstatic final IrritantSetIrritantSet.DEPRECATIONCompilerOptions.errorThresholdDefaults defined atCOMPILER_DEFAULT_ERRORSstatic final IrritantSetIrritantSet.FALLTHROUGHstatic final IrritantSetIrritantSet.FINALLYstatic final IrritantSetIrritantSet.HIDINGstatic final IrritantSetIrritantSet.INCOMPLETE_SWITCHprotected IrritantSetCompilerOptions.infoThresholdDefaults defined atCOMPILER_DEFAULT_INFOSstatic final IrritantSetIrritantSet.JAVADOCstatic final IrritantSetIrritantSet.MODULEstatic final IrritantSetIrritantSet.NLSstatic final IrritantSetIrritantSet.NULLstatic final IrritantSetIrritantSet.PREVIEWstatic final IrritantSetIrritantSet.RAWstatic final IrritantSetIrritantSet.RESOURCEstatic final IrritantSetIrritantSet.RESTRICTIONstatic final IrritantSetIrritantSet.SERIALstatic final IrritantSetIrritantSet.STATIC_ACCESSstatic final IrritantSetIrritantSet.STATIC_METHODstatic final IrritantSetIrritantSet.SUPERstatic final IrritantSetIrritantSet.SYNCHRONIZEDstatic final IrritantSetIrritantSet.SYNTHETIC_ACCESSstatic final IrritantSetIrritantSet.TERMINAL_DEPRECATIONstatic final IrritantSetIrritantSet.UNCHECKEDstatic final IrritantSetIrritantSet.UNLIKELY_ARGUMENT_TYPEstatic final IrritantSetIrritantSet.UNQUALIFIED_FIELD_ACCESSstatic final IrritantSetIrritantSet.UNUSEDCompilerOptions.warningThresholdDefaults defined atCOMPILER_DEFAULT_WARNINGSMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.impl, die IrritantSet zurückgebenModifizierer und TypMethodeBeschreibungIrritantSet.clear(int singleGroupIrritants) IrritantSet.clearAll()IrritantSet.set(int singleGroupIrritants) IrritantSet.set(IrritantSet other) Return updated irritantSet or null if it was a no-opIrritantSet.setAll()static IrritantSetCompilerOptions.warningTokenToIrritants(String warningToken) Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.impl mit Parametern vom Typ IrritantSetModifizierer und TypMethodeBeschreibungintCompilerOptions.getIgnoredIrritant(IrritantSet irritants) booleanIrritantSet.hasSameIrritants(IrritantSet irritantSet) Returns true if all of the irritants in the given irritant set are set in receivervoidIrritantSet.initialize(IrritantSet other) booleanCompilerOptions.isAnyEnabled(IrritantSet irritants) booleanIrritantSet.isAnySet(IrritantSet other) Returns true if any of the irritants in given other set is positionned in receiverIrritantSet.set(IrritantSet other) Return updated irritantSet or null if it was a no-opKonstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.impl mit Parametern vom Typ IrritantSetModifiziererKonstruktorBeschreibungIrritantSet(IrritantSet other) Constructor with initial irritant set