public static enum MethodCall.MethodInvoker.ForSuperMethodInvocation extends Enum<MethodCall.MethodInvoker.ForSuperMethodInvocation> implements MethodCall.MethodInvoker
MethodCall.MethodInvoker.ForContextualInvocation, MethodCall.MethodInvoker.ForDefaultMethodInvocation, MethodCall.MethodInvoker.ForSuperMethodInvocation, MethodCall.MethodInvoker.ForVirtualInvocation| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation | invoke(MethodDescription methodDescription,
      Implementation.Target implementationTarget)Invokes the method. | 
| String | toString() | 
| static MethodCall.MethodInvoker.ForSuperMethodInvocation | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MethodCall.MethodInvoker.ForSuperMethodInvocation[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MethodCall.MethodInvoker.ForSuperMethodInvocation INSTANCE
public static MethodCall.MethodInvoker.ForSuperMethodInvocation[] values()
for (MethodCall.MethodInvoker.ForSuperMethodInvocation c : MethodCall.MethodInvoker.ForSuperMethodInvocation.values()) System.out.println(c);
public static MethodCall.MethodInvoker.ForSuperMethodInvocation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic StackManipulation invoke(MethodDescription methodDescription, Implementation.Target implementationTarget)
MethodCall.MethodInvokerinvoke in interface MethodCall.MethodInvokermethodDescription - The method to be invoked.implementationTarget - The implementation target of the instrumented instance.public String toString()
toString in class Enum<MethodCall.MethodInvoker.ForSuperMethodInvocation>Copyright © 2014–2015. All rights reserved.