Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.impl.IrritantSet
Packages that use IrritantSet
Package
Description
-
Uses of IrritantSet in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type IrritantSetModifier and TypeMethodDescriptionvoidCompilationUnitDeclaration.recordSuppressWarnings(IrritantSet irritants, Annotation annotation, int scopeStart, int scopeEnd, ReferenceContext context) -
Uses of IrritantSet in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.impl declared as IrritantSetModifier and TypeFieldDescriptionstatic 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_WARNINGSMethods in org.aspectj.org.eclipse.jdt.internal.compiler.impl that return IrritantSetModifier and TypeMethodDescriptionIrritantSet.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) Methods in org.aspectj.org.eclipse.jdt.internal.compiler.impl with parameters of type IrritantSetModifier and TypeMethodDescriptionintCompilerOptions.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-opConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.impl with parameters of type IrritantSetModifierConstructorDescriptionIrritantSet(IrritantSet other) Constructor with initial irritant set