public static class InvocationSite.EmptyWithAstNode extends Object implements InvocationSite
InvocationSite.EmptyWithAstNode| Constructor and Description |
|---|
InvocationSite.EmptyWithAstNode(ASTNode node) |
| Modifier and Type | Method and Description |
|---|---|
TypeBinding |
expectedType() |
TypeBinding[] |
genericTypeArguments() |
boolean |
isSuperAccess() |
boolean |
isTypeAccess() |
void |
setActualReceiverType(ReferenceBinding receiverType) |
void |
setDepth(int depth) |
void |
setFieldIndex(int depth) |
int |
sourceEnd() |
int |
sourceStart() |
public InvocationSite.EmptyWithAstNode(ASTNode node)
public TypeBinding[] genericTypeArguments()
genericTypeArguments in interface InvocationSitepublic boolean isSuperAccess()
isSuperAccess in interface InvocationSitepublic boolean isTypeAccess()
isTypeAccess in interface InvocationSitepublic void setActualReceiverType(ReferenceBinding receiverType)
setActualReceiverType in interface InvocationSitepublic void setDepth(int depth)
setDepth in interface InvocationSitepublic void setFieldIndex(int depth)
setFieldIndex in interface InvocationSitepublic int sourceEnd()
sourceEnd in interface InvocationSitepublic int sourceStart()
sourceStart in interface InvocationSitepublic TypeBinding expectedType()
expectedType in interface InvocationSiteCopyright © 2013. All rights reserved.