Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Class and Description |
---|---|
static class |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation
A method dispatcher that is using a dynamic method invocation.
|
static class |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation
A dispatcher that invokes a delegate method directly.
|
Modifier and Type | Method and Description |
---|---|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory.make(MethodDescription.InDefinedShape delegate)
Creates a dispatcher for a given delegation method.
|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation.Factory.make(MethodDescription.InDefinedShape delegate)
Creates a dispatcher for a given delegation method.
|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.Factory.make(MethodDescription.InDefinedShape delegate)
Creates a dispatcher for a given delegation method.
|
Constructor and Description |
---|
Factory(MethodDescription.InDefinedShape delegate,
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher dispatcher,
List<? extends MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Factory<?>> factories)
Creates a new factory for a delegating step.
|
Copyright © 2014–2024. All rights reserved.