protected static class RebaseImplementationTarget.RebasedMethodSpecialMethodInvocation extends Object implements Implementation.SpecialMethodInvocation
Implementation.SpecialMethodInvocation which invokes a rebased method
 as given by a MethodRebaseResolver.Implementation.SpecialMethodInvocation.Illegal, Implementation.SpecialMethodInvocation.SimpleStackManipulation.Compound, StackManipulation.LegalTrivial, StackManipulation.Size| Modifier | Constructor and Description | 
|---|---|
| protected  | RebasedMethodSpecialMethodInvocation(MethodRebaseResolver.Resolution resolution,
                                    TypeDescription instrumentedType)Creates a special method invocation for a rebased 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 | equals(Object other) | 
| MethodDescription | getMethodDescription()Returns the method that represents this special method invocation. | 
| TypeDescription | getTypeDescription()Returns the target type the represented method is invoked on. | 
| int | hashCode() | 
| boolean | isValid()Determines if this stack manipulation is valid. | 
| static Implementation.SpecialMethodInvocation | of(MethodRebaseResolver.Resolution resolution,
  TypeDescription instrumentedType)Creates a special method invocation for a rebased method if such an invocation is possible or otherwise
 returns an illegal special method invocation. | 
| String | toString() | 
protected RebasedMethodSpecialMethodInvocation(MethodRebaseResolver.Resolution resolution, TypeDescription instrumentedType)
resolution - The resolution of the rebased method.instrumentedType - The instrumented type on which this method is to be invoked.public static Implementation.SpecialMethodInvocation of(MethodRebaseResolver.Resolution resolution, TypeDescription instrumentedType)
resolution - The resolution of the rebased method.instrumentedType - The instrumented type on which this method is to be invoked.public MethodDescription getMethodDescription()
Implementation.SpecialMethodInvocationImplementation.Target.getMethodDescription in interface Implementation.SpecialMethodInvocationpublic TypeDescription getTypeDescription()
Implementation.SpecialMethodInvocationgetTypeDescription in interface Implementation.SpecialMethodInvocationpublic boolean isValid()
StackManipulationisValid in interface StackManipulationfalse, this manipulation cannot be applied and should throw an exception.public StackManipulation.Size apply(MethodVisitor methodVisitor, Implementation.Context implementationContext)
StackManipulationapply in interface StackManipulationmethodVisitor - The method visitor used to write the method implementation to.implementationContext - The context of the current implementation.Copyright © 2014–2015. All rights reserved.