Package org.openrewrite
Class OmniParser
java.lang.Object
org.openrewrite.OmniParser
- All Implemented Interfaces:
org.openrewrite.Parser
Deprecated.
This class has been moved to rewrite-polyglot.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.openrewrite.Parser
org.openrewrite.Parser.Input -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.acceptedPaths(Path rootDir) Deprecated.static OmniParser.Builderbuilder()Deprecated.Stream<org.openrewrite.SourceFile>Deprecated.Stream<org.openrewrite.SourceFile>Deprecated.Stream<org.openrewrite.SourceFile>parseInputs(Iterable<org.openrewrite.Parser.Input> sources, @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) Deprecated.sourcePathFromSourceText(Path prefix, String sourceCode) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.Parser
accept, acceptedInputs, getCharset, parse, parse, requirePrintEqualsInput, reset
-
Constructor Details
-
OmniParser
public OmniParser()Deprecated.
-
-
Method Details
-
parseAll
Deprecated. -
parse
public Stream<org.openrewrite.SourceFile> parse(Iterable<Path> sourceFiles, @Nullable @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) Deprecated.- Specified by:
parsein interfaceorg.openrewrite.Parser
-
acceptedPaths
Deprecated. -
parseInputs
public Stream<org.openrewrite.SourceFile> parseInputs(Iterable<org.openrewrite.Parser.Input> sources, @Nullable @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) Deprecated.- Specified by:
parseInputsin interfaceorg.openrewrite.Parser
-
accept
Deprecated.- Specified by:
acceptin interfaceorg.openrewrite.Parser
-
sourcePathFromSourceText
Deprecated.- Specified by:
sourcePathFromSourceTextin interfaceorg.openrewrite.Parser
-
builder
Deprecated.
-