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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.lookup.Binding
      继承者 org.eclipse.jdt.internal.compiler.lookup.ProblemBinding

public class ProblemBinding
extends Binding


字段摘要
 char[] name
           
 ReferenceBinding searchType
           
 
从类 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
 
构造方法摘要
ProblemBinding(char[][] compoundName, int problemId)
           
ProblemBinding(char[][] compoundName, ReferenceBinding searchType, int problemId)
           
 
方法摘要
 int kind()
           
 int problemId()
           
 char[] readableName()
           
 
从类 org.eclipse.jdt.internal.compiler.lookup.Binding 继承的方法
computeUniqueKey, computeUniqueKey, getAnnotationTagBits, initializeDeprecatedAnnotationTagBits, isParameter, isValidBinding, isVolatile, shortReadableName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

name

public char[] name

searchType

public ReferenceBinding searchType
构造方法详细信息

ProblemBinding

public ProblemBinding(char[][] compoundName,
                      int problemId)

ProblemBinding

public ProblemBinding(char[][] compoundName,
                      ReferenceBinding searchType,
                      int problemId)
方法详细信息

kind

public final int kind()
指定者:
Binding 中的 kind

problemId

public final int problemId()
覆盖:
Binding 中的 problemId

readableName

public char[] readableName()
指定者:
Binding 中的 readableName


Copyright © 2013. All Rights Reserved.