- Type Hierarchy:
java.lang.Object
org.extendj.ast.Frontend
|
|||||||
FRAMES NO FRAMES |
java.lang.Objectorg.extendj.ast.Frontend
/home/jesper/git/extendj/java4/frontend/FrontendMain.jrag
at line 68
public int run(java.lang.String[] args, BytecodeReader reader, JavaParser parser)
protected int processCompilationUnit(CompilationUnit unit) throws java.lang.Error
java.lang.Error
protected void initOptions()
protected int processArgs(java.lang.String[] args)
protected void processErrors(java.util.Collection<Problem> errors, CompilationUnit unit)
errors
- collection of compile problemsunit
- affected compilation unitprotected void processWarnings(java.util.Collection<Problem> warnings, CompilationUnit unit)
warnings
- collection of warningsunit
- affected compilation unitprotected void processNoErrors(CompilationUnit unit)
protected void printUsage()
protected void printVersion()
protected java.lang.String name()
protected java.lang.String version()
public static final int EXIT_SUCCESS
public static final int EXIT_ERROR
public static final int EXIT_CONFIG_ERROR
public static final int EXIT_SYSTEM_ERROR
public static final int EXIT_UNHANDLED_ERROR
|
|||||||
FRAMES NO FRAMES |