edu.ksu.cis.projects.bogor.ast.checker
Class Checker
java.lang.Object
edu.ksu.cis.projects.bogor.ast.checker.Checker
public final class Checker
- extends Object
This class is the main class for BIR well-formed checker.
- Version:
- CVS $Revision: 1.10 $ $Date: 2005/05/06 19:33:53 $
- Author:
- Robby
Constructor Summary |
Checker()
Default constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Checker
public Checker()
- Default constructor.
check
public void check(SymbolTable symbolTable)
- Checks a BIR system.
- Parameters:
symbolTable
- The symbol table of the BIR system. Must be non-null.