public class Frontend extends Object
Modifier | Constructor and Description |
---|---|
protected |
Frontend() |
Modifier and Type | Method and Description |
---|---|
protected void |
initOptions() |
protected String |
name() |
protected void |
printLongVersion() |
protected void |
printUsage() |
protected void |
printVersion() |
boolean |
process(String[] args,
BytecodeReader reader,
JavaParser parser) |
protected void |
processArgs(String[] args) |
protected void |
processErrors(Collection errors,
CompilationUnit unit) |
protected void |
processNoErrors(CompilationUnit unit) |
protected void |
processWarnings(Collection warnings,
CompilationUnit unit) |
protected String |
url() |
protected String |
version() |
protected Program program
public boolean process(String[] args, BytecodeReader reader, JavaParser parser)
protected void initOptions()
protected void processArgs(String[] args)
protected void processErrors(Collection errors, CompilationUnit unit)
protected void processWarnings(Collection warnings, CompilationUnit unit)
protected void processNoErrors(CompilationUnit unit)
protected void printUsage()
protected void printLongVersion()
protected void printVersion()
protected String name()
protected String url()
protected String version()
Copyright © 2020 Sable. All rights reserved.