org.aspectbench.eaj.lang.reflect
Interface CastSignature

All Superinterfaces:
Signature
All Known Implementing Classes:
CastSignatureImpl

public interface CastSignature
extends Signature


Method Summary
 Class getCastType()
           
 
Methods inherited from interface org.aspectj.lang.Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
 

Method Detail

getCastType

Class getCastType()