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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.lookup.Binding
      继承者 org.eclipse.jdt.internal.compiler.lookup.ImportBinding
直接已知子类:
ImportConflictBinding

public class ImportBinding
extends Binding


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

字段详细信息

compoundName

public char[][] compoundName

onDemand

public boolean onDemand

reference

public ImportReference reference

resolvedImport

public Binding resolvedImport
构造方法详细信息

ImportBinding

public ImportBinding(char[][] compoundName,
                     boolean isOnDemand,
                     Binding binding,
                     ImportReference reference)
方法详细信息

kind

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

isStatic

public boolean isStatic()

readableName

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

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.