Uses of Class
at.dms.kjc.CThrowableInfo

Packages that use CThrowableInfo
at.dms.kjc   
 

Uses of CThrowableInfo in at.dms.kjc
 

Fields in at.dms.kjc with type parameters of type CThrowableInfo
protected  Hashtable<Serializable,CThrowableInfo> CMethodContext.throwables
           
 

Methods in at.dms.kjc that return types with arguments of type CThrowableInfo
 Hashtable<Serializable,CThrowableInfo> CMethodContext.getThrowables()
           
 

Methods in at.dms.kjc with parameters of type CThrowableInfo
 void CMethodContext.addThrowable(CThrowableInfo throwable)
           
 void CBodyContext.addThrowable(CThrowableInfo throwable)
           
protected  void CThrowableInfo.deepCloneInto(CThrowableInfo other)
          Clones all fields of this into
 

Method parameters in at.dms.kjc with type arguments of type CThrowableInfo
 void CMethod.setThrowables(Hashtable<Serializable,CThrowableInfo> throwables)
          This method is used by initializers that knows throwables exceptions only after body was checked.