Uses of Interface
org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint

Packages that use StaticJoinPoint
org.codehaus.aspectwerkz.joinpoint   
org.codehaus.aspectwerkz.joinpoint.management   
 

Uses of StaticJoinPoint in org.codehaus.aspectwerkz.joinpoint
 

Subinterfaces of StaticJoinPoint in org.codehaus.aspectwerkz.joinpoint
 interface JoinPoint
          Implements the join point concept, e.g. defines a well defined point in the program flow.
 

Methods in org.codehaus.aspectwerkz.joinpoint that return StaticJoinPoint
 StaticJoinPoint StaticJoinPoint.deepCopy()
          Clones the join point instance.
 

Uses of StaticJoinPoint in org.codehaus.aspectwerkz.joinpoint.management
 

Classes in org.codehaus.aspectwerkz.joinpoint.management that implement StaticJoinPoint
 class JoinPointBase
          Base class for the join point implementations.
 

Methods in org.codehaus.aspectwerkz.joinpoint.management that return StaticJoinPoint
 StaticJoinPoint JoinPointBase.deepCopy()
          Clones the join point instance.
 



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