|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.management.JoinPointMetaData
Holds and creates meta data about a specific join point.
Field Summary | |
AdviceIndexInfo[] |
adviceIndexes
The indexes for the advices. |
List |
cflowExpressions
The cflow expressions runtime. |
Pointcut |
cflowPointcut
The cflow pointcut. |
ExpressionContext |
expressionContext
The join point expression context |
Constructor Summary | |
JoinPointMetaData()
|
Method Summary | |
static JoinPointMetaData |
getJoinPointMetaData(PointcutType type,
AspectSystem system,
ReflectionInfo reflectInfo,
ReflectionInfo withinInfo)
Retrieves the join point metadata. |
static String[] |
getParameterNames(String expression)
Get the parameter names from a "method declaration" signature like pc(type a, type2 b) => 0:a, 1:b |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public AdviceIndexInfo[] adviceIndexes
public List cflowExpressions
public Pointcut cflowPointcut
public ExpressionContext expressionContext
Constructor Detail |
public JoinPointMetaData()
Method Detail |
public static JoinPointMetaData getJoinPointMetaData(PointcutType type, AspectSystem system, ReflectionInfo reflectInfo, ReflectionInfo withinInfo)
type
- system
- reflectInfo
- withinInfo
- public static String[] getParameterNames(String expression)
expression
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |