Uses of Class
org.codehaus.aspectwerkz.expression.PointcutType

Packages that use PointcutType
org.codehaus.aspectwerkz.expression   
 

Uses of PointcutType in org.codehaus.aspectwerkz.expression
 

Fields in org.codehaus.aspectwerkz.expression declared as PointcutType
static PointcutType PointcutType.CALL
           
static PointcutType PointcutType.EXECUTION
           
static PointcutType PointcutType.GET
           
static PointcutType PointcutType.HANDLER
           
static PointcutType PointcutType.SET
           
static PointcutType PointcutType.STATIC_INITIALIZATION
           
static PointcutType PointcutType.WITHIN
           
 

Methods in org.codehaus.aspectwerkz.expression that return PointcutType
 PointcutType ExpressionContext.getPointcutType()
           
 

Constructors in org.codehaus.aspectwerkz.expression with parameters of type PointcutType
ExpressionContext(PointcutType pointcutType, ReflectionInfo reflectionInfo, ReflectionInfo withinReflectionInfo)
          Creates a new expression context.
 



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