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 Bonr
METHOD_EXECUTION_INT
public static final int METHOD_EXECUTION_INT
- See Also:
- Constant Field Values
METHOD_CALL_INT
public static final int METHOD_CALL_INT
- See Also:
- Constant Field Values
CONSTRUCTOR_EXECUTION_INT
public static final int CONSTRUCTOR_EXECUTION_INT
- See Also:
- Constant Field Values
CONSTRUCTOR_CALL_INT
public static final int CONSTRUCTOR_CALL_INT
- See Also:
- Constant Field Values
FIELD_SET_INT
public static final int FIELD_SET_INT
- See Also:
- Constant Field Values
FIELD_GET_INT
public static final int FIELD_GET_INT
- See Also:
- Constant Field Values
HANDLER_INT
public static final int HANDLER_INT
- See Also:
- Constant Field Values
STATIC_INITIALIZATION_INT
public static final int STATIC_INITIALIZATION_INT
- See Also:
- Constant Field Values
METHOD_EXECUTION
public static final JoinPointType METHOD_EXECUTION
METHOD_CALL
public static final JoinPointType METHOD_CALL
CONSTRUCTOR_EXECUTION
public static final JoinPointType CONSTRUCTOR_EXECUTION
CONSTRUCTOR_CALL
public static final JoinPointType CONSTRUCTOR_CALL
FIELD_SET
public static final JoinPointType FIELD_SET
FIELD_GET
public static final JoinPointType FIELD_GET
HANDLER
public static final JoinPointType HANDLER
STATIC_INITIALIZATION
public static final JoinPointType STATIC_INITIALIZATION
toString
public String toString()
- Overrides:
toString
in class Object
fromInt
public static JoinPointType fromInt(int asInt)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.