public class Java8Parser
extends java.lang.Object
implements org.openrewrite.java.JavaParser
| Modifier and Type | Class and Description |
|---|---|
static class |
Java8Parser.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Java8Parser.Builder |
builder() |
org.openrewrite.java.marker.JavaSourceSet |
getSourceSet(org.openrewrite.ExecutionContext ctx) |
java.util.List<org.openrewrite.java.tree.J.CompilationUnit> |
parseInputs(java.lang.Iterable<org.openrewrite.Parser.Input> sourceFiles,
@Nullable java.nio.file.Path relativeTo,
org.openrewrite.ExecutionContext ctx) |
org.openrewrite.java.JavaParser |
reset() |
org.openrewrite.java.JavaParser |
reset(java.util.Collection<java.net.URI> cus) |
void |
setClasspath(java.util.Collection<java.nio.file.Path> classpath) |
void |
setSourceSet(java.lang.String sourceSet) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.util.List<org.openrewrite.java.tree.J.CompilationUnit> parseInputs(java.lang.Iterable<org.openrewrite.Parser.Input> sourceFiles,
@Nullable
@Nullable java.nio.file.Path relativeTo,
org.openrewrite.ExecutionContext ctx)
parseInputs in interface org.openrewrite.Parser<org.openrewrite.java.tree.J.CompilationUnit>public org.openrewrite.java.JavaParser reset()
reset in interface org.openrewrite.java.JavaParserreset in interface org.openrewrite.Parser<org.openrewrite.java.tree.J.CompilationUnit>public org.openrewrite.java.JavaParser reset(java.util.Collection<java.net.URI> cus)
reset in interface org.openrewrite.java.JavaParserpublic void setClasspath(java.util.Collection<java.nio.file.Path> classpath)
setClasspath in interface org.openrewrite.java.JavaParserpublic void setSourceSet(java.lang.String sourceSet)
setSourceSet in interface org.openrewrite.java.JavaParserpublic org.openrewrite.java.marker.JavaSourceSet getSourceSet(org.openrewrite.ExecutionContext ctx)
getSourceSet in interface org.openrewrite.java.JavaParserpublic static Java8Parser.Builder builder()