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<?> argumentProcessor,
ArgumentProcessorMode mode)
Applies mentioned processor for method or call-site arguments.
|
java.lang.Object[] |
ArgumentProcessorContext.getArgs(ArgumentProcessorMode mode)
Returns the object array composed from the method arguments.
|
java.lang.Object |
ArgumentProcessorContext.getReceiver(ArgumentProcessorMode mode)
Returns the object on which is the processed method (arguments of that
method) called.
|