public interface InvocationSite
| Modifier and Type | Interface and Description |
|---|---|
static class |
InvocationSite.EmptyWithAstNode |
| 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() |
TypeBinding[] genericTypeArguments()
boolean isSuperAccess()
boolean isTypeAccess()
void setActualReceiverType(ReferenceBinding receiverType)
void setDepth(int depth)
void setFieldIndex(int depth)
int sourceEnd()
int sourceStart()
TypeBinding expectedType()
Copyright © 2013. All rights reserved.