semanticAnalyzer
Class Semant

java.lang.Object
  extended by semanticAnalyzer.Semant

public class Semant
extends java.lang.Object

Static semantics driver class The entry point of your semantic checker is in Program.semant().


Constructor Summary
Semant()
           
 
Method Summary
static void main(java.lang.String[] args)
          Reads AST from from consosle, and outputs the new AST
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Semant

public Semant()
Method Detail

main

public static void main(java.lang.String[] args)
Reads AST from from consosle, and outputs the new AST