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 Implementation.SpecialMethodInvocation
Implementation.SpecialMethodInvocation.AbstractBase, Implementation.SpecialMethodInvocation.Illegal, Implementation.SpecialMethodInvocation.SimpleNested classes/interfaces inherited from interface StackManipulation
StackManipulation.AbstractBase, StackManipulation.Compound, StackManipulation.Illegal, StackManipulation.Simple, StackManipulation.Size, StackManipulation.Trivial -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StackManipulation.AbstractBase
isValidMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Implementation.SpecialMethodInvocation
getMethodDescription, getTypeDescription, toMethodHandle, withCheckedCompatibilityToMethods inherited from interface StackManipulation
apply, isValid