| Package | Description | 
|---|---|
| net.bytebuddy.asm | The ASM package contains classes that are meant for direct interaction with the ASM API. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | Advice.StackMapFrameHandler.Default.ForAdviceA stack map frame handler for an advice method. | 
| static class  | Advice.StackMapFrameHandler.NoOpA non-operational stack map frame handler. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Advice.Dispatcher.SuppressionHandler.Bound. onEnd(MethodVisitor methodVisitor,
     Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
     Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)Invoked at the end of a method. | 
| void | Advice.Dispatcher.SuppressionHandler.NoOp. onEnd(MethodVisitor methodVisitor,
     Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
     Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer) | 
| void | Advice.Dispatcher.SuppressionHandler.Suppressing.Bound. onEnd(MethodVisitor methodVisitor,
     Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
     Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer) | 
| void | Advice.Dispatcher.SuppressionHandler.Bound. onEndSkipped(MethodVisitor methodVisitor,
            Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
            Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)Invoked at the end of a method. | 
| void | Advice.Dispatcher.SuppressionHandler.NoOp. onEndSkipped(MethodVisitor methodVisitor,
            Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
            Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer) | 
| void | Advice.Dispatcher.SuppressionHandler.Suppressing.Bound. onEndSkipped(MethodVisitor methodVisitor,
            Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
            Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer) | 
Copyright © 2014–2016. All rights reserved.