Package | Description |
---|---|
ch.usi.dag.disl.processorcontext |
Modifier and Type | Method and Description |
---|---|
static ArgumentProcessorMode |
ArgumentProcessorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArgumentProcessorMode[] |
ArgumentProcessorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ArgumentProcessorContext.apply(java.lang.Class<?> argumentProcessorClass,
ArgumentProcessorMode mode)
Applies given argument processor to method arguments, either at call-site
or within an invoked method.
|
java.lang.Object[] |
ArgumentProcessorContext.getArgs(ArgumentProcessorMode mode)
Returns an object array containing the method arguments.
|
java.lang.Object |
ArgumentProcessorContext.getReceiver(ArgumentProcessorMode mode)
Returns the receiver of the method invocation or
null for static
methods. |