public interface ContextKey
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContextKey.ParameterKey
context key representing some parameter index, useful, e.g.
|
| Modifier and Type | Field and Description |
|---|---|
static ContextKey |
CALLER
A property of contexts that might be generally useful: the "caller" method ...
|
static ContextKey |
CALLSITE
A property of contexts that might be generally useful: the "call site" method ...
|
static ContextKey |
NAME
A property of contexts that might be generally useful: the "name".
|
static ContextKey[] |
PARAMETERS
Generally useful constants for possible parameter indices
|
static ContextKey |
RECEIVER
A property of contexts that might be generally useful: an identifier for the receiver object
...
|
static ContextKey |
TARGET
A property of contexts that might be generally useful: the "target" method.
|
static final ContextKey CALLER
static final ContextKey TARGET
static final ContextKey NAME
static final ContextKey CALLSITE
static final ContextKey RECEIVER
Known implementations (ContextItems) for RECEIVER include TypeAbstraction and InstanceKey
static final ContextKey[] PARAMETERS