ant.compiler
Class AntCompiler
java.lang.Object
ant.compiler.AntCompiler
- public class AntCompiler
- extends java.lang.Object
AntCompiler main class.
License: GPL
- Author:
- Bernhard Haumacher
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 |
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
AntCompiler
public AntCompiler()
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)