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 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.UnresolvedNested classes/interfaces inherited from interface Advice.Dispatcher.Resolved
Advice.Dispatcher.Resolved.AbstractBase, Advice.Dispatcher.Resolved.ForMethodEnter, Advice.Dispatcher.Resolved.ForMethodExit -
Field Summary
Fields inherited from interface Advice.Dispatcher
IGNORE_ANNOTATION, IGNORE_METHOD -
Method Summary
Modifier and TypeMethodDescriptionReturns the actual advice type, even if it is not required post advice processing.booleanReturnstrueif the first discovered line number information should be prepended to the advice code.Methods inherited from interface Advice.Dispatcher
getAdviceType, isAliveMethods inherited from interface Advice.Dispatcher.Resolved
bind, getNamedTypes
-
Method Details
-
isPrependLineNumber
boolean isPrependLineNumber()Returnstrueif the first discovered line number information should be prepended to the advice code.- Returns:
trueif 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.
-