org.eclipse.jdt.internal.compiler.lookup
类 CatchParameterBinding

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.lookup.Binding
      继承者 org.eclipse.jdt.internal.compiler.lookup.VariableBinding
          继承者 org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
              继承者 org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding

public class CatchParameterBinding
extends LocalVariableBinding


字段摘要
 
从类 org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding 继承的字段
declaration, declaringScope, FAKE_USED, initializationCount, initializationPCs, resolvedPosition, UNUSED, USED, useFlag
 
从类 org.eclipse.jdt.internal.compiler.lookup.VariableBinding 继承的字段
constant, id, modifiers, name, tagBits, type
 
从类 org.eclipse.jdt.internal.compiler.lookup.Binding 继承的字段
ANY_EXCEPTION, ARRAY_TYPE, BASE_TYPE, FIELD, GENERIC_TYPE, IMPORT, INTERSECTION_TYPE, LOCAL, METHOD, NO_ANNOTATIONS, NO_ELEMENT_VALUE_PAIRS, NO_EXCEPTIONS, NO_FIELDS, NO_MEMBER_TYPES, NO_METHODS, NO_PARAMETERS, NO_SUPERINTERFACES, NO_TYPE_VARIABLES, NO_TYPES, PACKAGE, PARAMETERIZED_TYPE, RAW_TYPE, TYPE, TYPE_PARAMETER, UNINITIALIZED_FIELDS, UNINITIALIZED_METHODS, UNINITIALIZED_REFERENCE_TYPES, VARIABLE, WILDCARD_TYPE
 
构造方法摘要
CatchParameterBinding(LocalDeclaration declaration, TypeBinding type, int modifiers, boolean isArgument)
           
 
方法摘要
 TypeBinding[] getPreciseTypes()
           
 void setPreciseType(TypeBinding raisedException)
           
 
从类 org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding 继承的方法
computeUniqueKey, getAnnotations, isParameter, isSecret, kind, recordInitializationEndPC, recordInitializationStartPC, resetInitializations, setAnnotations, toString
 
从类 org.eclipse.jdt.internal.compiler.lookup.VariableBinding 继承的方法
constant, isBlankFinal, isEffectivelyFinal, isFinal, readableName, setConstant
 
从类 org.eclipse.jdt.internal.compiler.lookup.Binding 继承的方法
computeUniqueKey, getAnnotationTagBits, initializeDeprecatedAnnotationTagBits, isValidBinding, isVolatile, problemId, shortReadableName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

CatchParameterBinding

public CatchParameterBinding(LocalDeclaration declaration,
                             TypeBinding type,
                             int modifiers,
                             boolean isArgument)
方法详细信息

getPreciseTypes

public TypeBinding[] getPreciseTypes()

setPreciseType

public void setPreciseType(TypeBinding raisedException)


Copyright © 2013. All Rights Reserved.