Uses of Class
org.codehaus.aspectwerkz.joinpoint.management.JoinPointType

Packages that use JoinPointType
org.codehaus.aspectwerkz.joinpoint   
org.codehaus.aspectwerkz.joinpoint.impl   
org.codehaus.aspectwerkz.joinpoint.management   
 

Uses of JoinPointType in org.codehaus.aspectwerkz.joinpoint
 

Methods in org.codehaus.aspectwerkz.joinpoint that return JoinPointType
 JoinPointType EnclosingStaticJoinPoint.getType()
           
 JoinPointType StaticJoinPoint.getType()
          Returns the join point type.
 

Uses of JoinPointType in org.codehaus.aspectwerkz.joinpoint.impl
 

Methods in org.codehaus.aspectwerkz.joinpoint.impl that return JoinPointType
 JoinPointType EnclosingStaticJoinPointImpl.getType()
          Return a join point type corresponding to the enclosing join point.
 

Constructors in org.codehaus.aspectwerkz.joinpoint.impl with parameters of type JoinPointType
EnclosingStaticJoinPointImpl(Signature signature, JoinPointType jpType)
           
 

Uses of JoinPointType in org.codehaus.aspectwerkz.joinpoint.management
 

Fields in org.codehaus.aspectwerkz.joinpoint.management declared as JoinPointType
static JoinPointType JoinPointType.CONSTRUCTOR_CALL
           
static JoinPointType JoinPointType.CONSTRUCTOR_EXECUTION
           
static JoinPointType JoinPointType.FIELD_GET
           
static JoinPointType JoinPointType.FIELD_SET
           
static JoinPointType JoinPointType.HANDLER
           
static JoinPointType JoinPointType.METHOD_CALL
           
static JoinPointType JoinPointType.METHOD_EXECUTION
           
static JoinPointType JoinPointType.STATIC_INITIALIZATION
           
 

Methods in org.codehaus.aspectwerkz.joinpoint.management that return JoinPointType
static JoinPointType JoinPointType.fromInt(int asInt)
           
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.