public static enum Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp extends Enum<Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp> implements Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler
Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp, Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.Suppressing
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
void |
onEnd(MethodVisitor methodVisitor,
Advice.MetaDataHandler.ForAdvice metaDataHandler,
net.bytebuddy.asm.Advice.Dispatcher.Active.ReturnValueProducer returnValueProducer)
Invoked at the end of a method.
|
void |
onStart(MethodVisitor methodVisitor,
Advice.MetaDataHandler.ForAdvice metaDataHandler)
Invoked at the start of a method.
|
String |
toString() |
static Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp INSTANCE
public static Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp[] values()
for (Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp c : Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp.values()) System.out.println(c);
public static Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp 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 onStart(MethodVisitor methodVisitor, Advice.MetaDataHandler.ForAdvice metaDataHandler)
Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler
onStart
in interface Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler
methodVisitor
- The method visitor of the instrumented method.metaDataHandler
- The meta data handler to use for translating meta data.public void onEnd(MethodVisitor methodVisitor, Advice.MetaDataHandler.ForAdvice metaDataHandler, net.bytebuddy.asm.Advice.Dispatcher.Active.ReturnValueProducer returnValueProducer)
Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler
onEnd
in interface Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler
methodVisitor
- The method visitor of the instrumented method.metaDataHandler
- The meta data handler to use for translating meta data.returnValueProducer
- A producer for defining a default return value of the advised method.public String toString()
toString
in class Enum<Advice.Dispatcher.Active.CodeTranslationVisitor.SuppressionHandler.NoOp>
Copyright © 2014–2016. All rights reserved.