protected static interface Advice.Dispatcher
Modifier and Type | Interface and Description |
---|---|
static class |
Advice.Dispatcher.Active
A dispatcher for active advise.
|
static class |
Advice.Dispatcher.Inactive
An implementation for inactive devise that does not write any byte code.
|
static interface |
Advice.Dispatcher.Resolved
Represents a resolved dispatcher.
|
static interface |
Advice.Dispatcher.Unresolved
A dispatcher that is not yet resolved.
|
Modifier and Type | Field and Description |
---|---|
static MethodVisitor |
IGNORE_METHOD
Indicates that a method does not represent advise and does not need to be visited.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAlive()
Returns
true if this dispatcher is alive. |
static final MethodVisitor IGNORE_METHOD
Copyright © 2014–2016. All rights reserved.