org.aspectbench.eaj.runtime.reflect
Class CastSignatureImpl

java.lang.Object
  extended by org.aspectbench.runtime.reflect.SignatureImpl
      extended by org.aspectbench.eaj.runtime.reflect.CastSignatureImpl
All Implemented Interfaces:
CastSignature, Signature

public class CastSignatureImpl
extends SignatureImpl
implements CastSignature


Field Summary
(package private)  Class castType
           
 
Constructor Summary
CastSignatureImpl(int modifiers, String name, Class declaringType, Class castType)
           
CastSignatureImpl(String stringRep)
           
 
Method Summary
 Class getCastType()
           
 String toString(StringMaker sm)
           
 
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.Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
 

Field Detail

castType

Class castType
Constructor Detail

CastSignatureImpl

CastSignatureImpl(int modifiers,
                  String name,
                  Class declaringType,
                  Class castType)

CastSignatureImpl

CastSignatureImpl(String stringRep)
Method Detail

getCastType

public Class getCastType()
Specified by:
getCastType in interface CastSignature

toString

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