|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An advice is the definition of an aspect element which is added to the base program to extend it. Is it part of an aspect implementation.
An advice can be:
| Field Summary | |
static int |
FIELD
Field introduction type. |
static int |
INTERFACE
Interface introduction type. |
static int |
METHOD
Method introduction type. |
static int |
MIXIN
Mixin introduction type. |
static int |
SUPERCLASS
Superclass introduction type. |
| Method Summary | |
ProgramUnit |
getElement()
Gets the introduced element. |
int |
getType()
Gets the introduction type. |
| Methods inherited from interface org.aopalliance.aop.AspectElement |
getPointcut |
| Field Detail |
public static final int FIELD
public static final int METHOD
public static final int INTERFACE
public static final int SUPERCLASS
public static final int MIXIN
| Method Detail |
public int getType()
public ProgramUnit getElement()
The introduced element is a program element (a field, a method, an interface, ...)
getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||