| 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 |
|---|---|
PerClauseKind |
PerClauseImpl.getKind() |
| Constructor and Description |
|---|
PerClauseImpl(PerClauseKind kind) |
PointcutBasedPerClauseImpl(PerClauseKind kind,
String pointcutExpression) |
TypePatternBasedPerClauseImpl(PerClauseKind kind,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
PerClauseKind |
PerClause.getKind() |
static PerClauseKind |
PerClauseKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerClauseKind[] |
PerClauseKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.