AST
class Frontend

General Info

Type Hierarchy:
java.lang.Object
  extended by AST.Frontend

Description

Member Filters

API level:

Aspect:

Constructors

protected Frontend()

Methods

public boolean process(java.lang.String[] args,
                       BytecodeReader reader,
                       JavaParser parser)
protected void initOptions()
protected void processArgs(java.lang.String[] args)
protected void processErrors(java.util.Collection errors,
                             CompilationUnit unit)
protected void processWarnings(java.util.Collection warnings,
                               CompilationUnit unit)
protected void processNoErrors(CompilationUnit unit)
protected void printUsage()
protected void printLongVersion()
protected void printVersion()
protected java.lang.String name()
protected java.lang.String url()
protected java.lang.String version()

Fields

protected Program program

Inherited Members

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait