at.dms.kjc.sir
Class SemanticChecker
java.lang.Object
at.dms.kjc.sir.SemanticChecker
public class SemanticChecker
- extends Object
The purpose of this class it to semantic check a stream program.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SemanticChecker
public SemanticChecker()
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 .