public static enum Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled extends Enum<Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled> implements Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher
Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled, Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.ForType, Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.ForValue| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MethodVisitor methodVisitor,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
MethodDescription.InDefinedShape instrumentedMethod,
Advice.Dispatcher.Bound.SkipHandler skipHandler)
Applies this skip dispatcher.
|
String |
toString() |
static Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled INSTANCE
public static Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled[] values()
for (Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled c : Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled.values()) System.out.println(c);
public static Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled 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 void apply(MethodVisitor methodVisitor, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, MethodDescription.InDefinedShape instrumentedMethod, Advice.Dispatcher.Bound.SkipHandler skipHandler)
Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcherapply in interface Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatchermethodVisitor - The method visitor to write to.methodSizeHandler - The method size handler of the advice method to use.stackMapFrameHandler - The stack map frame handler of the advice method to use.instrumentedMethod - The instrumented method.skipHandler - The skip handler to use.public String toString()
toString in class Enum<Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled>Copyright © 2014–2016. All rights reserved.