|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.ast.ASTNode
org.eclipse.jdt.internal.compiler.ast.Statement
org.eclipse.jdt.internal.compiler.ast.Expression
org.eclipse.jdt.internal.compiler.ast.Reference
org.eclipse.jdt.internal.compiler.ast.NameReference
public abstract class NameReference
Field Summary | |
---|---|
TypeBinding |
actualReceiverType
|
Binding |
binding
|
Binding |
codegenBinding
|
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.Expression |
---|
constant, implicitConversion, resolvedType, statementEnd |
Constructor Summary | |
---|---|
NameReference()
|
Method Summary | |
---|---|
FieldBinding |
fieldBinding()
|
boolean |
isSuperAccess()
|
boolean |
isTypeAccess()
|
boolean |
isTypeReference()
|
void |
setActualReceiverType(ReferenceBinding receiverType)
|
void |
setDepth(int depth)
|
void |
setFieldIndex(int index)
|
abstract java.lang.String |
unboundReferenceErrorName()
|
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Reference |
---|
analyseAssignment, analyseCode, fieldStore, generateAssignment, generateCompoundAssignment, generatePostIncrement |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Statement |
---|
branchChainTo, complainIfUnreachable, generateArguments, isEmptyBlock, isValidJavaStatement, resolveCase |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.ASTNode |
---|
checkInvocationArguments, concreteStatement, isFieldUseDeprecated, isImplicitThis, isMethodUseDeprecated, isSuper, isThis, isTypeUseDeprecated, printAnnotations, printIndent, printModifiers, resolveAnnotations, resolveDeprecatedAnnotations, sourceEnd, sourceStart, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite |
---|
genericTypeArguments, sourceEnd, sourceStart |
Field Detail |
---|
public Binding binding
public Binding codegenBinding
public TypeBinding actualReceiverType
Constructor Detail |
---|
public NameReference()
Method Detail |
---|
public FieldBinding fieldBinding()
fieldBinding
in class Reference
public boolean isSuperAccess()
isSuperAccess
in interface InvocationSite
public boolean isTypeAccess()
isTypeAccess
in interface InvocationSite
public boolean isTypeReference()
isTypeReference
in class Expression
public void setActualReceiverType(ReferenceBinding receiverType)
setActualReceiverType
in interface InvocationSite
public void setDepth(int depth)
setDepth
in interface InvocationSite
public void setFieldIndex(int index)
setFieldIndex
in interface InvocationSite
public abstract java.lang.String unboundReferenceErrorName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |