edu.ksu.cis.projects.bogor.ast.checker
Class Checker

java.lang.Object
  extended by 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

Nested Class Summary
static class Checker.CheckValueResult
          Checks a value.
 
Constructor Summary
Checker()
          Default constructor.
 
Method Summary
 void check(SymbolTable symbolTable)
          Checks a BIR system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Checker

public Checker()
Default constructor.

Method Detail

check

public void check(SymbolTable symbolTable)
Checks a BIR system.

Parameters:
symbolTable - The symbol table of the BIR system. Must be non-null.