org.aspectbench.runtime.reflect
Class AdviceSignatureImpl

java.lang.Object
  extended by org.aspectbench.runtime.reflect.SignatureImpl
      extended by org.aspectbench.runtime.reflect.MemberSignatureImpl
          extended by org.aspectbench.runtime.reflect.CodeSignatureImpl
              extended by org.aspectbench.runtime.reflect.AdviceSignatureImpl
All Implemented Interfaces:
AdviceSignature, CodeSignature, MemberSignature, Signature

public class AdviceSignatureImpl
extends CodeSignatureImpl
implements AdviceSignature


Method Summary
 java.lang.Class getReturnType()
           
 java.lang.String toString(StringMaker sm)
           
 
Methods inherited from class org.aspectbench.runtime.reflect.CodeSignatureImpl
getExceptionTypes, getParameterNames, getParameterTypes
 
Methods inherited from class org.aspectbench.runtime.reflect.SignatureImpl
extractString, extractType, getDeclaringType, getDeclaringTypeName, getModifiers, getName, setLookupClassLoader, toLongString, toShortString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.aspectj.lang.reflect.CodeSignature
getExceptionTypes, getParameterNames, getParameterTypes
 
Methods inherited from interface org.aspectj.lang.Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
 

Method Detail

getReturnType

public java.lang.Class getReturnType()
Specified by:
getReturnType in interface AdviceSignature

toString

public java.lang.String toString(StringMaker sm)
Specified by:
toString in class SignatureImpl