|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspectj.internal.lang.reflect.PointcutImpl
public class PointcutImpl
| Method Summary | |
|---|---|
AjType |
getDeclaringType()
The type that declared this pointcut |
int |
getModifiers()
The modifiers associated with the pointcut declaration. |
java.lang.String |
getName()
The declared name of the pointcut. |
java.lang.String[] |
getParameterNames()
The pointcut parameter names. |
AjType<?>[] |
getParameterTypes()
The pointcut parameter types. |
PointcutExpression |
getPointcutExpression()
The pointcut expression associated with this pointcut. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public PointcutExpression getPointcutExpression()
Pointcut
getPointcutExpression in interface Pointcutpublic java.lang.String getName()
Pointcut
getName in interface Pointcutpublic int getModifiers()
Pointcut
getModifiers in interface Pointcutpublic AjType<?>[] getParameterTypes()
Pointcut
getParameterTypes in interface Pointcutpublic AjType getDeclaringType()
Pointcut
getDeclaringType in interface Pointcutpublic java.lang.String[] getParameterNames()
Pointcut
getParameterNames in interface Pointcutpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||