protected class Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.ForValue.Inverted extends Object implements Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher
Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.Disabled, Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.ForType, Advice.Dispatcher.Resolved.ForMethodEnter.SkipDispatcher.ForValue| Modifier | Constructor and Description |
|---|---|
protected |
Inverted() |
| 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.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
public 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.Copyright © 2014–2016. All rights reserved.