org.codehaus.aspectwerkz.joinpoint.management
Class JoinPointType
java.lang.Object
org.codehaus.aspectwerkz.joinpoint.management.JoinPointType
- public final class JoinPointType
- extends Object
Enumeration for all join point types.
- Author:
- Jonas Bonér
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD_EXECUTION
public static final int METHOD_EXECUTION
- See Also:
- Constant Field Values
METHOD_CALL
public static final int METHOD_CALL
- See Also:
- Constant Field Values
CONSTRUCTOR_EXECUTION
public static final int CONSTRUCTOR_EXECUTION
- See Also:
- Constant Field Values
CONSTRUCTOR_CALL
public static final int CONSTRUCTOR_CALL
- See Also:
- Constant Field Values
FIELD_SET
public static final int FIELD_SET
- See Also:
- Constant Field Values
FIELD_GET
public static final int FIELD_GET
- See Also:
- Constant Field Values
HANDLER
public static final int HANDLER
- See Also:
- Constant Field Values
STATIC_INITALIZATION
public static final int STATIC_INITALIZATION
- See Also:
- Constant Field Values
JoinPointType
public JoinPointType()
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.