public class Compiler extends Object
| Constructor and Description |
|---|
Compiler() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compile(String source,
String[] args,
PrintWriter outLog) |
static void |
main(String[] args)
Reads input from stored repository
|
public static int compile(String source, String[] args, PrintWriter outLog) throws FileNotFoundException, ClassNotFoundException, SecurityException, NoSuchMethodException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
public static void main(String[] args)
Copyright © 2017. All rights reserved.