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 IrritantSetIrritantSet.ALLstatic IrritantSetIrritantSet.API_LEAKstatic IrritantSetIrritantSet.BOXINGstatic IrritantSetIrritantSet.CASTstatic IrritantSetIrritantSet.COMPILER_DEFAULT_ERRORSstatic IrritantSetIrritantSet.COMPILER_DEFAULT_INFOSstatic IrritantSetIrritantSet.COMPILER_DEFAULT_WARNINGSstatic IrritantSetIrritantSet.DEP_ANNstatic IrritantSetIrritantSet.DEPRECATIONCompilerOptions.errorThresholdDefaults defined atCOMPILER_DEFAULT_ERRORSstatic IrritantSetIrritantSet.FALLTHROUGHstatic IrritantSetIrritantSet.FINALLYstatic IrritantSetIrritantSet.HIDINGstatic IrritantSetIrritantSet.INCOMPLETE_SWITCHprotected IrritantSetCompilerOptions.infoThresholdDefaults defined atCOMPILER_DEFAULT_INFOSstatic IrritantSetIrritantSet.JAVADOCstatic IrritantSetIrritantSet.MODULEstatic IrritantSetIrritantSet.NLSstatic IrritantSetIrritantSet.NULLstatic IrritantSetIrritantSet.PREVIEWstatic IrritantSetIrritantSet.RAWstatic IrritantSetIrritantSet.RESOURCEstatic IrritantSetIrritantSet.RESTRICTIONstatic IrritantSetIrritantSet.SERIALstatic IrritantSetIrritantSet.STATIC_ACCESSstatic IrritantSetIrritantSet.STATIC_METHODstatic IrritantSetIrritantSet.SUPERstatic IrritantSetIrritantSet.SYNCHRONIZEDstatic IrritantSetIrritantSet.SYNTHETIC_ACCESSstatic IrritantSetIrritantSet.TERMINAL_DEPRECATIONstatic IrritantSetIrritantSet.UNCHECKEDstatic IrritantSetIrritantSet.UNLIKELY_ARGUMENT_TYPEstatic IrritantSetIrritantSet.UNQUALIFIED_FIELD_ACCESSstatic 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