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