|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.VariableBinding
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.FieldBinding
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ProblemFieldBinding
public class ProblemFieldBinding
| Field Summary | |
|---|---|
FieldBinding |
closestMatch
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.FieldBinding |
|---|
compoundUseFlag, declaringClass |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.VariableBinding |
|---|
constant, id, modifiers, name, tagBits, type |
| Constructor Summary | |
|---|---|
ProblemFieldBinding(FieldBinding closestMatch,
ReferenceBinding declaringClass,
char[] name,
int problemId)
|
|
ProblemFieldBinding(ReferenceBinding declaringClass,
char[] name,
int problemId)
|
|
| Method Summary | |
|---|---|
int |
problemId()
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.FieldBinding |
|---|
alwaysNeedsAccessMethod, canBeSeenBy, canBeSeenBy, computeUniqueKey, constant, fillInDefaultNonNullness, findPrivilegedBinding, genericSignature, getAccessFlags, getAccessMethod, getAnnotations, getAnnotationTagBits, getFieldBindingForLookup, getVisibleBinding, isDefault, isDeprecated, isOrEnclosedByPrivateType, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isUsed, isUsedOnlyInCompound, isViewedAsDeprecated, isVolatile, kind, original, setAnnotations, sourceField |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.VariableBinding |
|---|
isBlankFinal, isEffectivelyFinal, isFinal, isNonNull, isNullable, readableName, setConstant, toString |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding |
|---|
computeUniqueKey, initializeDeprecatedAnnotationTagBits, isAnnotationType, isParameter, isTaggedRepeatable, isValidBinding, setAnnotations, shortReadableName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public FieldBinding closestMatch
| Constructor Detail |
|---|
public ProblemFieldBinding(ReferenceBinding declaringClass,
char[] name,
int problemId)
public ProblemFieldBinding(FieldBinding closestMatch,
ReferenceBinding declaringClass,
char[] name,
int problemId)
| Method Detail |
|---|
public final int problemId()
problemId in class Binding
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||