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

Packages that use Signature
org.codehaus.aspectwerkz.joinpoint   
org.codehaus.aspectwerkz.joinpoint.impl   
 

Uses of Signature in org.codehaus.aspectwerkz.joinpoint
 

Subinterfaces of Signature in org.codehaus.aspectwerkz.joinpoint
 interface CatchClauseSignature
          Interface for the catch clause signature.
 interface CodeSignature
          Interface for the code signature (method and constructor).
 interface ConstructorSignature
          Interface for the constructor signature.
 interface FieldSignature
          Interface for the field signature.
 interface MemberSignature
          Interface for the member signatures (method, constructor and field).
 interface MethodSignature
          Interface for the method signature.
 

Methods in org.codehaus.aspectwerkz.joinpoint that return Signature
 Signature EnclosingStaticJoinPoint.getSignature()
          Returns the signature for the join point.
 Signature StaticJoinPoint.getSignature()
          Returns the signature for the join point.
 

Uses of Signature in org.codehaus.aspectwerkz.joinpoint.impl
 

Classes in org.codehaus.aspectwerkz.joinpoint.impl that implement Signature
 class CatchClauseSignatureImpl
          Implementation for the catch clause signature.
 class ConstructorSignatureImpl
          Implementation for the constructor signature.
 class FieldSignatureImpl
          Implementation for the field signature.
 class MethodSignatureImpl
          Implementation for the method signature.
 class StaticInitializerSignatureImpl
          The class static initializer signature
 

Methods in org.codehaus.aspectwerkz.joinpoint.impl that return Signature
 Signature EnclosingStaticJoinPointImpl.getSignature()
          Retrieve the Signature of the enclosing join point.
 Signature CatchClauseSignatureImpl.newInstance()
          Creates a deep copy of the signature.
 

Constructors in org.codehaus.aspectwerkz.joinpoint.impl with parameters of type Signature
EnclosingStaticJoinPointImpl(Signature signature, JoinPointType jpType)
           
 



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