Package net.bytebuddy.implementation
Class Implementation.SpecialMethodInvocation.AbstractBase
java.lang.Object
net.bytebuddy.implementation.bytecode.StackManipulation.AbstractBase
net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.AbstractBase
- All Implemented Interfaces:
StackManipulation
,Implementation.SpecialMethodInvocation
- Direct Known Subclasses:
Implementation.SpecialMethodInvocation.Simple
,RebaseImplementationTarget.RebasedMethodInvocation
- Enclosing interface:
Implementation.SpecialMethodInvocation
public abstract static class Implementation.SpecialMethodInvocation.AbstractBase
extends StackManipulation.AbstractBase
implements Implementation.SpecialMethodInvocation
An abstract base implementation of a valid special method invocation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.bytebuddy.implementation.Implementation.SpecialMethodInvocation
Implementation.SpecialMethodInvocation.AbstractBase, Implementation.SpecialMethodInvocation.Illegal, Implementation.SpecialMethodInvocation.Simple
Nested classes/interfaces inherited from interface net.bytebuddy.implementation.bytecode.StackManipulation
StackManipulation.AbstractBase, StackManipulation.Compound, StackManipulation.Illegal, StackManipulation.Simple, StackManipulation.Size, StackManipulation.Trivial
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.bytebuddy.implementation.bytecode.StackManipulation.AbstractBase
isValid
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.bytebuddy.implementation.Implementation.SpecialMethodInvocation
getMethodDescription, getTypeDescription, toMethodHandle, withCheckedCompatibilityTo
Methods inherited from interface net.bytebuddy.implementation.bytecode.StackManipulation
apply, isValid