CompilationUnitTree |
Parser.parse(File file,
DiagnosticListener listener) |
Deprecated, for removal: This API element is subject to removal in a future version.
Parses the source file and returns compilation unit tree
|
CompilationUnitTree |
Parser.parse(String name,
Reader reader,
DiagnosticListener listener) |
Deprecated, for removal: This API element is subject to removal in a future version.
Parses the reader and returns compilation unit tree
|
CompilationUnitTree |
Parser.parse(String name,
String code,
DiagnosticListener listener) |
Deprecated, for removal: This API element is subject to removal in a future version.
Parses the string source and returns compilation unit tree
|
CompilationUnitTree |
Parser.parse(URL url,
DiagnosticListener listener) |
Deprecated, for removal: This API element is subject to removal in a future version.
Parses the source url and returns compilation unit tree
|
CompilationUnitTree |
Parser.parse(Path path,
DiagnosticListener listener) |
Deprecated, for removal: This API element is subject to removal in a future version.
Parses the source Path and returns compilation unit tree
|
CompilationUnitTree |
Parser.parse(ScriptObjectMirror scriptObj,
DiagnosticListener listener) |
Deprecated, for removal: This API element is subject to removal in a future version.
Parses the source from script object and returns compilation unit tree
|