| Package | Description |
|---|---|
| org.aspectj.internal.lang.reflect | |
| org.aspectj.lang.reflect |
Contains interfaces that extend
Signature to provide
additional information about each possible join point signature. |
| Modifier and Type | Method and Description |
|---|---|
AdviceKind |
AdviceImpl.getKind() |
| Modifier and Type | Method and Description |
|---|---|
Advice[] |
AjTypeImpl.getAdvice(AdviceKind... ofType) |
Advice[] |
AjTypeImpl.getDeclaredAdvice(AdviceKind... ofType) |
| Constructor and Description |
|---|
AdviceImpl(Method method,
String pointcut,
AdviceKind type) |
AdviceImpl(Method method,
String pointcut,
AdviceKind type,
String extraParamName) |
| Modifier and Type | Method and Description |
|---|---|
AdviceKind |
Advice.getKind() |
static AdviceKind |
AdviceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdviceKind[] |
AdviceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Advice[] |
AjType.getAdvice(AdviceKind... ofTypes) |
Advice[] |
AjType.getDeclaredAdvice(AdviceKind... ofTypes) |
Copyright © 2020. All rights reserved.