ant.compiler
Class AntCompiler

java.lang.Object
  extended byant.compiler.AntCompiler

public class AntCompiler
extends java.lang.Object

AntCompiler main class.

License: GPL

Author:
Bernhard Haumacher

Field Summary
static boolean debug
           
static java.lang.String EXTENSION_ACP
           
static java.lang.String EXTENSION_ANT
           
static boolean pretty
           
 
Constructor Summary
AntCompiler()
           
 
Method Summary
static boolean compile(java.lang.String filename)
           
private static void dumpAsm(Asm root)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_ANT

public static final java.lang.String EXTENSION_ANT
See Also:
Constant Field Values

EXTENSION_ACP

public static final java.lang.String EXTENSION_ACP
See Also:
Constant Field Values

debug

public static boolean debug

pretty

public static boolean pretty
Constructor Detail

AntCompiler

public AntCompiler()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

compile

public static boolean compile(java.lang.String filename)
                       throws java.io.IOException
Throws:
java.io.IOException

dumpAsm

private static void dumpAsm(Asm root)