Uses of Interface
org.aspectj.lang.Signature

Packages that use Signature
org.aspectbench.eaj.lang.reflect   
org.aspectbench.eaj.runtime.reflect   
org.aspectbench.runtime.reflect   
org.aspectj.lang Provides several interfaces for obtaining reflective information about a join point, as well as several exceptions that can be thrown by AspectJ code. 
org.aspectj.lang.reflect Contains interfaces that extend Signature to provide additional information about each possible join point signature. 
 

Uses of Signature in org.aspectbench.eaj.lang.reflect
 

Subinterfaces of Signature in org.aspectbench.eaj.lang.reflect
 interface CastSignature
           
 interface ThrowSignature
           
 

Uses of Signature in org.aspectbench.eaj.runtime.reflect
 

Classes in org.aspectbench.eaj.runtime.reflect that implement Signature
 class CastSignatureImpl
           
 class ThrowSignatureImpl
           
 

Methods in org.aspectbench.eaj.runtime.reflect with parameters of type Signature
 JoinPoint.StaticPart EajFactory.makeSJP(String kind, Signature sig, int l, int c, int offset)
           
 

Constructors in org.aspectbench.eaj.runtime.reflect with parameters of type Signature
JoinPointImpl.StaticPartImpl(String kind, Signature signature, SourceLocation sourceLocation, int offset)
           
 

Uses of Signature in org.aspectbench.runtime.reflect
 

Classes in org.aspectbench.runtime.reflect that implement Signature
 class AdviceSignatureImpl
           
 class CatchClauseSignatureImpl
           
 class CodeSignatureImpl
           
 class ConstructorSignatureImpl
           
 class FieldSignatureImpl
           
 class InitializerSignatureImpl
           
 class MemberSignatureImpl
           
 class MethodSignatureImpl
           
 class SignatureImpl
           
 

Fields in org.aspectbench.runtime.reflect declared as Signature
(package private)  Signature JoinPointImpl.StaticPartImpl.signature
           
 

Methods in org.aspectbench.runtime.reflect that return Signature
 Signature JoinPointImpl.getSignature()
           
 Signature JoinPointImpl.StaticPartImpl.getSignature()
           
 

Methods in org.aspectbench.runtime.reflect with parameters of type Signature
 JoinPoint.StaticPart Factory.makeSJP(String kind, Signature sig, int l)
           
 JoinPoint.StaticPart Factory.makeSJP(String kind, Signature sig, int l, int c)
           
 JoinPoint.StaticPart Factory.makeSJP(String kind, Signature sig, SourceLocation loc)
           
 

Constructors in org.aspectbench.runtime.reflect with parameters of type Signature
JoinPointImpl.StaticPartImpl(String kind, Signature signature, SourceLocation sourceLocation)
           
 

Uses of Signature in org.aspectj.lang
 

Methods in org.aspectj.lang that return Signature
 Signature JoinPoint.getSignature()
          Returns the signature at the join point.
 Signature JoinPoint.StaticPart.getSignature()
          Returns the signature at the join point.
 

Uses of Signature in org.aspectj.lang.reflect
 

Subinterfaces of Signature in org.aspectj.lang.reflect
 interface AdviceSignature
           
 interface CatchClauseSignature
           
 interface CodeSignature
           
 interface ConstructorSignature
           
 interface FieldSignature
           
 interface InitializerSignature
           
 interface MemberSignature
           
 interface MethodSignature