public class ImportBinding extends Binding
| Modifier and Type | Field and Description |
|---|---|
char[][] |
compoundName |
boolean |
onDemand |
ImportReference |
reference |
Binding |
resolvedImport |
ANY_EXCEPTION, ARRAY_TYPE, BASE_TYPE, DefaultLocationArrayContents, DefaultLocationField, DefaultLocationParameter, DefaultLocationReturnType, DefaultLocationsForTrueValue, DefaultLocationTypeArgument, DefaultLocationTypeBound, DefaultLocationTypeParameter, FIELD, GENERIC_TYPE, IMPORT, INTERSECTION_TYPE, INTERSECTION_TYPE18, LOCAL, METHOD, MODULE, NO_ANNOTATIONS, NO_ELEMENT_VALUE_PAIRS, NO_EXCEPTIONS, NO_FIELDS, NO_MEMBER_TYPES, NO_METHODS, NO_MODULES, NO_NULL_DEFAULT, NO_PACKAGES, NO_PARAMETER_NAMES, NO_PARAMETERS, NO_PLAIN_PACKAGES, NO_REFERENCE_TYPES, NO_SUPERINTERFACES, NO_TYPE_VARIABLES, NO_TYPES, NULL_UNSPECIFIED_BY_DEFAULT, NullnessDefaultMASK, PACKAGE, PARAMETERIZED_TYPE, POLY_TYPE, RAW_TYPE, TYPE, TYPE_PARAMETER, TYPE_USE, UNINITIALIZED_FIELDS, UNINITIALIZED_METHODS, UNINITIALIZED_REFERENCE_TYPES, VARIABLE, WILDCARD_TYPE| Constructor and Description |
|---|
ImportBinding(char[][] compoundName,
boolean isOnDemand,
Binding binding,
ImportReference reference) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStatic() |
int |
kind() |
char[] |
readableName() |
java.lang.String |
toString() |
computeUniqueKey, computeUniqueKey, getAnnotations, getAnnotationTagBits, initializeDeprecatedAnnotationTagBits, isAnnotationType, isParameter, isTaggedRepeatable, isValid, isValidBinding, isVolatile, problemId, setAnnotations, setAnnotations, shortReadableNamepublic char[][] compoundName
public boolean onDemand
public ImportReference reference
public Binding resolvedImport
public ImportBinding(char[][] compoundName,
boolean isOnDemand,
Binding binding,
ImportReference reference)
public boolean isStatic()
public char[] readableName()
readableName in class Bindingpublic java.lang.String toString()
toString in class java.lang.Object