at.dms.kjc.sir
Class SemanticChecker

java.lang.Object
  extended by at.dms.kjc.sir.SemanticChecker

public class SemanticChecker
extends Object

The purpose of this class it to semantic check a stream program.


Constructor Summary
SemanticChecker()
           
 
Method Summary
static void doCheck(SIRStream str)
          Main method to check , outputting errors to System.err.
static void doCheck(SIRStream str, PrintStream out)
          Main method to check , outputting errors to .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticChecker

public SemanticChecker()
Method Detail

doCheck

public static void doCheck(SIRStream str)
Main method to check , outputting errors to System.err.


doCheck

public static void doCheck(SIRStream str,
                           PrintStream out)
Main method to check , outputting errors to .