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


Field Summary
 
Fields inherited from class org.aspectbench.runtime.reflect.SignatureImpl
declaringType, declaringTypeName, EMPTY_CLASS_ARRAY, EMPTY_STRING_ARRAY, INNER_SEP, lookupClassLoader, modifiers, name, prims, SEP, stringRep
 
Constructor Summary
MemberSignatureImpl(int modifiers, String name, Class declaringType)
           
MemberSignatureImpl(String stringRep)
           
 
Method Summary
 
Methods inherited from class org.aspectbench.runtime.reflect.SignatureImpl
addFullTypeNames, addShortTypeNames, addTypeArray, extractInt, extractString, extractStrings, extractType, extractTypes, fullTypeName, getDeclaringType, getDeclaringTypeName, getModifiers, getName, makeClass, setLookupClassLoader, shortTypeName, stripPackageName, 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

MemberSignatureImpl(int modifiers,
                    String name,
                    Class declaringType)

MemberSignatureImpl

public MemberSignatureImpl(String stringRep)