Access keys

AbstractJoinPoint

Kind of class: class
Inherits from: BasicClass
Known subclasses:
Author: Simon Wacker
Classpath: org.as2lib.aop.joinpoint.AbstractJoinPoint
File last modified: Friday, 19 August 2005, 16:34:34
AbstractJoinPoint provides implementations of methods commonly needed by
org.as2lib.aop.JoinPoint implementation classes.
It also declares the constants that
represent specific join point types.

Summary

Instance methods
Instance methods inherited from BasicClass

Class properties

CONSTRUCTOR

static CONSTRUCTOR:Number = 16
(read,write)
Indicates a join point of type constructor.

GET_PROPERTY

static GET_PROPERTY:Number = 8
(read,write)
Indicates a join point of type get-property.

METHOD

static METHOD:Number = 1
(read,write)
Indicates a join point of type method.

PROPERTY

static PROPERTY:Number = 2
(read,write)
Indicates a join point of type property.

SET_PROPERTY

static SET_PROPERTY:Number = 4
(read,write)
Indicates a join point of type set-property.