@HashCodeAndEqualsPlugin.Enhance protected static class SuperMethod.Binder.DelegationMethod extends Object implements StackManipulation
StackManipulation.AbstractBase, StackManipulation.Compound, StackManipulation.Illegal, StackManipulation.Simple, StackManipulation.Size, StackManipulation.Trivial| Modifier | Constructor and Description |
|---|---|
protected |
DelegationMethod(Implementation.SpecialMethodInvocation specialMethodInvocation,
boolean cached,
boolean privileged)
Creates a new delegation method.
|
| Modifier and Type | Method and Description |
|---|---|
StackManipulation.Size |
apply(MethodVisitor methodVisitor,
Implementation.Context implementationContext)
Applies the stack manipulation that is described by this instance.
|
boolean |
isValid()
Determines if this stack manipulation is valid.
|
protected DelegationMethod(Implementation.SpecialMethodInvocation specialMethodInvocation, boolean cached, boolean privileged)
specialMethodInvocation - The special method invocation that represents the super method call.cached - true if the method constant should be cached.privileged - true if this method should be looked up using an java.security.AccessController.public boolean isValid()
isValid in interface StackManipulationfalse, this manipulation cannot be applied and should throw an exception.public StackManipulation.Size apply(MethodVisitor methodVisitor, Implementation.Context implementationContext)
apply in interface StackManipulationmethodVisitor - The method visitor used to write the method implementation to.implementationContext - The context of the current implementation.Copyright © 2014–2025. All rights reserved.