org.codehaus.aspectwerkz.joinpoint.management
Class JoinPointType

java.lang.Object
  extended byorg.codehaus.aspectwerkz.joinpoint.management.JoinPointType

public final class JoinPointType
extends Object

Enumeration for all join point types.

Author:
Jonas Bonér

Field Summary
static int CONSTRUCTOR_CALL
           
static int CONSTRUCTOR_EXECUTION
           
static int FIELD_GET
           
static int FIELD_SET
           
static int HANDLER
           
static int METHOD_CALL
           
static int METHOD_EXECUTION
           
static int STATIC_INITALIZATION
           
 
Constructor Summary
JoinPointType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JoinPointType

public JoinPointType()


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