|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||