|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomWarningPerSymbolAdviceDecl
A special AdviceDecl which generates customized warnings, based on the waring type.
| Field Summary | |
|---|---|
static int |
ADVICE
Warns that the advice never matches |
static int |
NONE
Does not warn at all |
static int |
REL_ASPECT
Warns that the relational aspect is never associated. |
static int |
SYMBOL
Warns that the symbol never matches (default) |
| Method Summary |
|---|
| Methods inherited from interface abc.aspectj.ast.AdviceDecl |
|---|
hasJoinPoint, hasJoinPointStaticPart, joinpointFormals, localMethod, methodDecl, proceedDecl |
| Methods inherited from interface abc.aspectj.ast.MakesAspectMethods |
|---|
aspectMethodsEnter, aspectMethodsLeave |
| Methods inherited from interface abc.aspectj.visit.TransformsAspectReflection |
|---|
enterAspectReflectionInspect, enterAspectReflectionRewrite, leaveAspectReflectionInspect, leaveAspectReflectionRewrite |
| Field Detail |
|---|
static final int SYMBOL
static final int ADVICE
static final int REL_ASPECT
static final int NONE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||