Methods Summary |
---|
public abstract java.lang.Iterable | analyze()Complete all analysis.
|
public abstract java.lang.Iterable | generate()Generate code.
|
public abstract javax.lang.model.util.Elements | getElements()Get a utility object for dealing with program elements.
|
public abstract javax.lang.model.type.TypeMirror | getTypeMirror(java.lang.Iterable path)Get a type mirror of the tree node determined by the specified path.
|
public abstract javax.lang.model.util.Types | getTypes()Get a utility object for dealing with type mirrors.
|
public abstract java.lang.Iterable | parse()Parse the specified files returning a list of abstract syntax trees.
|
public abstract void | setTaskListener(com.sun.source.util.TaskListener taskListener)The specified listener will receive events describing the progress of
this compilation task.
|