org.codehaus.aspectwerkz.definition.expression
Class PointcutType
java.lang.Object
org.codehaus.aspectwerkz.definition.expression.PointcutType
- public class PointcutType
- extends java.lang.Object
Type-safe enum for the pointcut types.
- Author:
- Jonas Bonér
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EXECUTION
public static final PointcutType EXECUTION
CALL
public static final PointcutType CALL
SET
public static final PointcutType SET
GET
public static final PointcutType GET
CFLOW
public static final PointcutType CFLOW
THROWS
public static final PointcutType THROWS
CLASS
public static final PointcutType CLASS
ATTRIBUTE
public static final PointcutType ATTRIBUTE
toString
public java.lang.String toString()
Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.