org.aspectbench.runtime.reflect
Class ConstructorSignatureImpl

java.lang.Object
  extended byorg.aspectbench.runtime.reflect.SignatureImpl
      extended byorg.aspectbench.runtime.reflect.MemberSignatureImpl
          extended byorg.aspectbench.runtime.reflect.CodeSignatureImpl
              extended byorg.aspectbench.runtime.reflect.ConstructorSignatureImpl
All Implemented Interfaces:
CodeSignature, ConstructorSignature, MemberSignature, Signature

public class ConstructorSignatureImpl
extends CodeSignatureImpl
implements ConstructorSignature


Method Summary
 java.lang.String getName()
          Returns the identifier part of this signature; i.e.
 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, 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, toLongString, toShortString, toString
 

Method Detail

getName

public java.lang.String getName()
Description copied from interface: Signature
Returns the identifier part of this signature; i.e. for methods this will return the method name.

Specified by:
getName in interface Signature
Overrides:
getName in class SignatureImpl

toString

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