Uses of Class
at.dms.compiler.CWarning

Packages that use CWarning
at.dms.compiler   
at.dms.kjc   
 

Uses of CWarning in at.dms.compiler
 

Methods in at.dms.compiler with parameters of type CWarning
 int WarningFilter.filter(CWarning warning)
          Filters a warning.
 

Uses of CWarning in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type CWarning
 int DefaultFilter.filter(CWarning warning)
          The UNUSED_PARAMETER, CONSTANT_VARIABLE_NOT_FINAL and UNUSED_CATCH_PARAMETER warnings are rejected by this warning filter.
protected  boolean Main.filterWarning(CWarning warning)