Uses of Class
org.eclipse.jdt.internal.compiler.impl.IrritantSet

Packages that use IrritantSet
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.impl   
 

Uses of IrritantSet in org.eclipse.jdt.internal.compiler.ast
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type IrritantSet
 void CompilationUnitDeclaration.recordSuppressWarnings(IrritantSet irritants, Annotation annotation, int scopeStart, int scopeEnd)
           
 

Uses of IrritantSet in org.eclipse.jdt.internal.compiler.impl
 

Fields in org.eclipse.jdt.internal.compiler.impl declared as IrritantSet
static IrritantSet IrritantSet.ALL
           
static IrritantSet IrritantSet.BOXING
           
static IrritantSet IrritantSet.CAST
           
static IrritantSet IrritantSet.COMPILER_DEFAULT_ERRORS
           
static IrritantSet IrritantSet.COMPILER_DEFAULT_WARNINGS
           
static IrritantSet IrritantSet.DEP_ANN
           
static IrritantSet IrritantSet.DEPRECATION
           
protected  IrritantSet CompilerOptions.errorThreshold
          Defaults defined at COMPILER_DEFAULT_ERRORS
static IrritantSet IrritantSet.FALLTHROUGH
           
static IrritantSet IrritantSet.FINALLY
           
static IrritantSet IrritantSet.HIDING
           
static IrritantSet IrritantSet.INCOMPLETE_SWITCH
           
static IrritantSet IrritantSet.JAVADOC
           
static IrritantSet IrritantSet.NLS
           
static IrritantSet IrritantSet.NULL
           
static IrritantSet IrritantSet.RAW
           
static IrritantSet IrritantSet.RESTRICTION
           
static IrritantSet IrritantSet.SERIAL
           
static IrritantSet IrritantSet.STATIC_ACCESS
           
static IrritantSet IrritantSet.STATIC_METHOD
           
static IrritantSet IrritantSet.SUPER
           
static IrritantSet IrritantSet.SYNTHETIC_ACCESS
           
static IrritantSet IrritantSet.UNCHECKED
           
static IrritantSet IrritantSet.UNQUALIFIED_FIELD_ACCESS
           
static IrritantSet IrritantSet.UNUSED
           
protected  IrritantSet CompilerOptions.warningThreshold
          Defaults defined at COMPILER_DEFAULT_WARNINGS
 

Methods in org.eclipse.jdt.internal.compiler.impl that return IrritantSet
 IrritantSet IrritantSet.clear(int singleGroupIrritants)
           
 IrritantSet IrritantSet.clearAll()
           
 IrritantSet IrritantSet.set(int singleGroupIrritants)
           
 IrritantSet IrritantSet.set(IrritantSet other)
          Return updated irritantSet or null if it was a no-op
 IrritantSet IrritantSet.setAll()
           
static IrritantSet CompilerOptions.warningTokenToIrritants(String warningToken)
           
 

Methods in org.eclipse.jdt.internal.compiler.impl with parameters of type IrritantSet
 boolean IrritantSet.hasSameIrritants(IrritantSet irritantSet)
          Returns true if all of the irritants in the given irritant set are set in receiver
 void IrritantSet.initialize(IrritantSet other)
           
 boolean CompilerOptions.isAnyEnabled(IrritantSet irritants)
           
 boolean IrritantSet.isAnySet(IrritantSet other)
          Returns true if any of the irritants in given other set is positionned in receiver
 IrritantSet IrritantSet.set(IrritantSet other)
          Return updated irritantSet or null if it was a no-op
 

Constructors in org.eclipse.jdt.internal.compiler.impl with parameters of type IrritantSet
IrritantSet(IrritantSet other)
          Constructor with initial irritant set
 



Copyright © 2012. All Rights Reserved.