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[] |
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 final ContextKey CALLER
static final ContextKey CALLSITE
static final ContextKey RECEIVER
static final ContextKey[] PARAMETERS