protected static class |
FieldAccessor.ForParameterSetter |
A field accessor that sets a parameters value of a given index.
|
class |
InvokeDynamic |
|
protected static class |
InvokeDynamic.AbstractDelegator |
An abstract delegator that allows to specify a configuration for any specification of an argument.
|
static class |
InvokeDynamic.WithImplicitArguments |
Representation of an InvokeDynamic implementation where the bootstrapped
method is passed a this reference, if available, and any arguments of the instrumented method.
|
static class |
InvokeDynamic.WithImplicitTarget |
Representation of an InvokeDynamic implementation where the bootstrapped
method is passed a this reference, if available, and any arguments of the instrumented method and
where the invocation target is implicit.
|
static class |
InvokeDynamic.WithImplicitType |
An InvokeDynamic invocation where the last argument is assigned its implicit type.
|
protected static class |
InvokeDynamic.WithImplicitType.OfArgument |
An invoke dynamic implementation where the last argument is an implicitly typed method argument.
|
protected static class |
InvokeDynamic.WithImplicitType.OfField |
An invoke dynamic implementation where the last argument is an implicitly typed field value.
|
protected static class |
InvokeDynamic.WithImplicitType.OfInstance |
A step in the invoke dynamic domain specific language that allows to explicitly specify a field type for a reference value.
|
class |
MethodCall |
This Implementation allows the invocation of a specified method while
providing explicit arguments to this method.
|
static class |
MethodCall.WithoutSpecifiedTarget |
Represents a MethodCall that invokes a method without specifying
an invocation method.
|
class |
MethodDelegation |
This implementation delegates an method call to another method which can either be static by providing
a reference to a Class or an instance method when another object is provided.
|
class |
StubMethod |
This implementation creates a method stub which does nothing but returning the default value of the return
type of the method.
|
class |
SuperMethodCall |
This implementation will create a new method which simply calls its super method.
|