- java.lang.Object
-
- org.mal_lang.lib.Analyzer
-
public class Analyzer extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
analyze(AST ast)
static void
analyze(AST ast, boolean verbose, boolean debug)
-
-
-
Method Detail
-
analyze
public static void analyze(AST ast) throws CompilerException
- Throws:
CompilerException
-
analyze
public static void analyze(AST ast, boolean verbose, boolean debug) throws CompilerException
- Throws:
CompilerException
-
-