| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
CompilationUnitDeclaration.recordSuppressWarnings(IrritantSet irritants,
Annotation annotation,
int scopeStart,
int scopeEnd,
ReferenceContext context) |
| Modifier and Type | Field and Description |
|---|---|
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.RESOURCE |
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.SYNCHRONIZED |
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 |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
IrritantSet(IrritantSet other)
Constructor with initial irritant set
|
Copyright © 2015. All rights reserved.