org.codehaus.aspectwerkz.joinpoint.impl
Class EnclosingStaticJoinPointImpl
java.lang.Object
org.codehaus.aspectwerkz.joinpoint.impl.EnclosingStaticJoinPointImpl
- All Implemented Interfaces:
- EnclosingStaticJoinPoint
public class EnclosingStaticJoinPointImpl
- extends Object
- implements EnclosingStaticJoinPoint
Sole implementation of EnclosingStaticJoinPoint
.
It provides access to the enclosing Signature
of the joinpoint.
- Version:
- $Revision: 1.2 $
- Author:
- Alex Popescu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnclosingStaticJoinPointImpl
public EnclosingStaticJoinPointImpl(Signature signature,
JoinPointType jpType)
getSignature
public Signature getSignature()
- Retrieve the
Signature
of the enclosing join point.
- Specified by:
getSignature
in interface EnclosingStaticJoinPoint
- Returns:
- a
Signature
getType
public JoinPointType getType()
- Return a join point type corresponding to the enclosing join point.
- Specified by:
getType
in interface EnclosingStaticJoinPoint
- Returns:
- one of
JoinPointType.CONSTRUCTOR_EXECUTION
or
JoinPointType.METHOD_EXECUTION
or JoinPointType.STATIC_INITIALIZATION
.
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.