org.aspectbench.runtime.reflect
Class MemberSignatureImpl

java.lang.Object
  extended by org.aspectbench.runtime.reflect.SignatureImpl
      extended by org.aspectbench.runtime.reflect.MemberSignatureImpl
All Implemented Interfaces:
MemberSignature, Signature
Direct Known Subclasses:
CodeSignatureImpl, FieldSignatureImpl

public abstract class MemberSignatureImpl
extends SignatureImpl
implements MemberSignature


Constructor Summary
MemberSignatureImpl(java.lang.String stringRep)
           
 
Method Summary
 
Methods inherited from class org.aspectbench.runtime.reflect.SignatureImpl
extractString, extractType, getDeclaringType, getDeclaringTypeName, getModifiers, getName, setLookupClassLoader, toLongString, toShortString, toString, 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.Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
 

Constructor Detail

MemberSignatureImpl

public MemberSignatureImpl(java.lang.String stringRep)