uk.ac.ox.comlab.abc.eaj.lang.reflect
Interface CastSignature

All Superinterfaces:
Signature
All Known Implementing Classes:
CastSignatureImpl

public interface CastSignature
extends Signature


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

Method Detail

getCastType

public java.lang.Class getCastType()