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() |
java.util.stream.Stream<org.openrewrite.SourceFile> |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.util.stream.Stream<org.openrewrite.SourceFile> parseInputs(java.lang.Iterable<org.openrewrite.Parser.Input> sourceFiles,
@Nullable java.nio.file.Path relativeTo,
org.openrewrite.ExecutionContext ctx)
parseInputs in interface org.openrewrite.Parserpublic org.openrewrite.java.JavaParser reset()
reset in interface org.openrewrite.java.JavaParserreset in interface org.openrewrite.Parserpublic 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 static Java8Parser.Builder builder()