|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 IrritantSet 的软件包 | |
|---|---|
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.impl | |
| org.eclipse.jdt.internal.compiler.ast 中 IrritantSet 的使用 |
|---|
| 参数类型为 IrritantSet 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
void |
CompilationUnitDeclaration.recordSuppressWarnings(IrritantSet irritants,
Annotation annotation,
int scopeStart,
int scopeEnd)
|
| org.eclipse.jdt.internal.compiler.impl 中 IrritantSet 的使用 |
|---|
| 返回 IrritantSet 的 org.eclipse.jdt.internal.compiler.impl 中的方法 | |
|---|---|
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)
|
| 参数类型为 IrritantSet 的 org.eclipse.jdt.internal.compiler.impl 中的方法 | |
|---|---|
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 |
| 参数类型为 IrritantSet 的 org.eclipse.jdt.internal.compiler.impl 中的构造方法 | |
|---|---|
IrritantSet(IrritantSet other)
Constructor with initial irritant set |
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||