Package | Description |
---|---|
com.sun.tools.javac.api | |
com.sun.tools.javac.main |
Modifier and Type | Method and Description |
---|---|
Main.Result |
JavacTaskImpl.doCall() |
Modifier and Type | Method and Description |
---|---|
Main.Result |
Main.compile(String[] args)
Programmatic interface for main function.
|
Main.Result |
Main.compile(String[] args,
Context context) |
Main.Result |
Main.compile(String[] args,
Context context,
List<JavaFileObject> fileObjects,
Iterable<? extends Processor> processors)
Programmatic interface for main function.
|
Main.Result |
Main.compile(String[] args,
String[] classNames,
Context context,
List<JavaFileObject> fileObjects,
Iterable<? extends Processor> processors) |
static Main.Result |
Main.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Main.Result[] |
Main.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 earcam. All rights reserved.