org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Class VariableBinding
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.VariableBinding
- Direct Known Subclasses:
- FieldBinding, LocalVariableBinding
public abstract class VariableBinding
- extends Binding
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding |
ANY_EXCEPTION, ARRAY_TYPE, BASE_TYPE, DefaultLocationArrayContents, DefaultLocationField, DefaultLocationParameter, DefaultLocationReturnType, DefaultLocationTypeArgument, DefaultLocationTypeBound, DefaultLocationTypeParameter, FIELD, GENERIC_TYPE, IMPORT, INTERSECTION_CAST_TYPE, INTERSECTION_TYPE, LOCAL, METHOD, NO_ANNOTATIONS, NO_ELEMENT_VALUE_PAIRS, NO_EXCEPTIONS, NO_FIELDS, NO_MEMBER_TYPES, NO_METHODS, NO_NULL_DEFAULT, NO_PARAMETER_NAMES, NO_PARAMETERS, NO_REFERENCE_TYPES, NO_SUPERINTERFACES, NO_TYPE_VARIABLES, NO_TYPES, NONNULL_BY_DEFAULT, 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 |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding |
computeUniqueKey, computeUniqueKey, getAnnotationTagBits, initializeDeprecatedAnnotationTagBits, isAnnotationType, isParameter, isTaggedRepeatable, isValidBinding, isVolatile, kind, problemId, setAnnotations, setAnnotations, shortReadableName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
modifiers
public int modifiers
type
public TypeBinding type
name
public char[] name
constant
public Constant constant
id
public int id
tagBits
public long tagBits
VariableBinding
public VariableBinding(char[] name,
TypeBinding type,
int modifiers,
Constant constant)
constant
public Constant constant()
getAnnotations
public abstract AnnotationBinding[] getAnnotations()
- Overrides:
getAnnotations in class Binding
isBlankFinal
public final boolean isBlankFinal()
isFinal
public final boolean isFinal()
isEffectivelyFinal
public final boolean isEffectivelyFinal()
isNonNull
public boolean isNonNull()
- Answer true if null annotations are enabled and this field is specified @NonNull
isNullable
public boolean isNullable()
- Answer true if null annotations are enabled and this field is specified @Nullable
readableName
public char[] readableName()
- Specified by:
readableName in class Binding
setConstant
public void setConstant(Constant constant)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object