Package net.bytebuddy.asm
Interface Advice.Dispatcher.Resolved.ForMethodEnter
-
- All Superinterfaces:
Advice.Dispatcher
,Advice.Dispatcher.Resolved
- All Known Implementing Classes:
Advice.Dispatcher.Delegating.Resolved.ForMethodEnter
,Advice.Dispatcher.Delegating.Resolved.ForMethodEnter.WithDiscardedEnterType
,Advice.Dispatcher.Delegating.Resolved.ForMethodEnter.WithRetainedEnterType
,Advice.Dispatcher.Inactive
,Advice.Dispatcher.Inlining.Resolved.ForMethodEnter
,Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.WithDiscardedEnterType
,Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.WithRetainedEnterType
- Enclosing interface:
- Advice.Dispatcher.Resolved
public static interface Advice.Dispatcher.Resolved.ForMethodEnter extends Advice.Dispatcher.Resolved
Represents a resolved dispatcher for entering a method.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.bytebuddy.asm.Advice.Dispatcher
Advice.Dispatcher.Bound, Advice.Dispatcher.Delegating, Advice.Dispatcher.Inactive, Advice.Dispatcher.Inlining, Advice.Dispatcher.RelocationHandler, Advice.Dispatcher.Resolved, Advice.Dispatcher.SuppressionHandler, Advice.Dispatcher.Unresolved
-
Nested classes/interfaces inherited from interface net.bytebuddy.asm.Advice.Dispatcher.Resolved
Advice.Dispatcher.Resolved.AbstractBase, Advice.Dispatcher.Resolved.ForMethodEnter, Advice.Dispatcher.Resolved.ForMethodExit
-
-
Field Summary
-
Fields inherited from interface net.bytebuddy.asm.Advice.Dispatcher
IGNORE_ANNOTATION, IGNORE_METHOD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDefinition
getActualAdviceType()
Returns the actual advice type, even if it is not required post advice processing.boolean
isPrependLineNumber()
Returnstrue
if the first discovered line number information should be prepended to the advice code.-
Methods inherited from interface net.bytebuddy.asm.Advice.Dispatcher
getAdviceType, isAlive
-
Methods inherited from interface net.bytebuddy.asm.Advice.Dispatcher.Resolved
bind, getNamedTypes
-
-
-
-
Method Detail
-
isPrependLineNumber
boolean isPrependLineNumber()
Returnstrue
if the first discovered line number information should be prepended to the advice code.- Returns:
true
if the first discovered line number information should be prepended to the advice code.
-
getActualAdviceType
TypeDefinition getActualAdviceType()
Returns the actual advice type, even if it is not required post advice processing.- Returns:
- The actual advice type, even if it is not required post advice processing.
-
-