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.MethodSizeHandler.Default.ForAdvice
A method size handler for an advice method.
|
static class |
Advice.MethodSizeHandler.NoOp
A non-operational method size handler.
|
Modifier and Type | Field and Description |
---|---|
protected Advice.MethodSizeHandler.ForAdvice |
Advice.Dispatcher.Inlining.CodeTranslationVisitor.methodSizeHandler
A handler for computing the method size requirements.
|
protected Advice.MethodSizeHandler.ForAdvice |
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.methodSizeHandler
A handler for computing the method size requirements.
|
Modifier and Type | Method and Description |
---|---|
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.ForInstrumentedMethod.bindEnter(MethodDescription.InDefinedShape adviceMethod)
Binds a method size handler for the enter advice.
|
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.NoOp.bindEnter(MethodDescription.InDefinedShape adviceMethod) |
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.Default.bindEnter(MethodDescription.InDefinedShape adviceMethod) |
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.ForInstrumentedMethod.bindExit(MethodDescription.InDefinedShape adviceMethod,
boolean skipThrowable)
Binds the method size handler for the exit advice.
|
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.NoOp.bindExit(MethodDescription.InDefinedShape adviceMethod,
boolean skipThrowable) |
Advice.MethodSizeHandler.ForAdvice |
Advice.MethodSizeHandler.Default.bindExit(MethodDescription.InDefinedShape adviceMethod,
boolean skipThrowable) |
Modifier and Type | Method and Description |
---|---|
void |
Advice.Dispatcher.RelocationHandler.Bound.apply(MethodVisitor methodVisitor,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)
Applies this relocation handler.
|
void |
Advice.Dispatcher.RelocationHandler.Disabled.apply(MethodVisitor methodVisitor,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler) |
void |
Advice.Dispatcher.RelocationHandler.ForValue.Bound.apply(MethodVisitor methodVisitor,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler) |
void |
Advice.Dispatcher.RelocationHandler.ForType.Bound.apply(MethodVisitor methodVisitor,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler) |
protected abstract void |
Advice.Dispatcher.RelocationHandler.ForValue.convertValue(MethodVisitor methodVisitor,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler)
Applies a value conversion prior to a applying a conditional jump.
|
void |
Advice.Dispatcher.SuppressionHandler.Bound.onEnd(MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)
Invoked at the end of a method.
|
void |
Advice.Dispatcher.SuppressionHandler.NoOp.onEnd(MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer) |
void |
Advice.Dispatcher.SuppressionHandler.Suppressing.Bound.onEnd(MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer) |
void |
Advice.Dispatcher.SuppressionHandler.Bound.onEndSkipped(MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)
Invoked at the end of a method.
|
void |
Advice.Dispatcher.SuppressionHandler.NoOp.onEndSkipped(MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer) |
void |
Advice.Dispatcher.SuppressionHandler.Suppressing.Bound.onEndSkipped(MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer) |
Copyright © 2014–2018. All rights reserved.