类 org.eclipse.jdt.internal.compiler.impl.IrritantSet
的使用

使用 IrritantSet 的软件包
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.impl   
 

org.eclipse.jdt.internal.compiler.astIrritantSet 的使用
 

参数类型为 IrritantSetorg.eclipse.jdt.internal.compiler.ast 中的方法
 void CompilationUnitDeclaration.recordSuppressWarnings(IrritantSet irritants, Annotation annotation, int scopeStart, int scopeEnd)
           
 

org.eclipse.jdt.internal.compiler.implIrritantSet 的使用
 

声明为 IrritantSetorg.eclipse.jdt.internal.compiler.impl 中的字段
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
 

返回 IrritantSetorg.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)
           
 

参数类型为 IrritantSetorg.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
 

参数类型为 IrritantSetorg.eclipse.jdt.internal.compiler.impl 中的构造方法
IrritantSet(IrritantSet other)
          Constructor with initial irritant set
 



Copyright © 2013. All Rights Reserved.