org.eclipse.jdt.internal.compiler.lookup
类 ImportConflictBinding
java.lang.Object
org.eclipse.jdt.internal.compiler.lookup.Binding
org.eclipse.jdt.internal.compiler.lookup.ImportBinding
org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding
public class ImportConflictBinding
- extends ImportBinding
| 从类 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 |
conflictingTypeBinding
public ReferenceBinding conflictingTypeBinding
ImportConflictBinding
public ImportConflictBinding(char[][] compoundName,
Binding methodBinding,
ReferenceBinding conflictingTypeBinding,
ImportReference reference)
readableName
public char[] readableName()
- 覆盖:
- 类
ImportBinding 中的 readableName
toString
public String toString()
- 覆盖:
- 类
ImportBinding 中的 toString
Copyright © 2013. All Rights Reserved.