Package org.openrewrite.javascript
Class JavaScriptParser
java.lang.Object
org.openrewrite.javascript.JavaScriptParser
- All Implemented Interfaces:
org.openrewrite.Parser
Deprecated.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.openrewrite.Parser
org.openrewrite.Parser.Input
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.static JavaScriptParser.Builder
builder()
Deprecated.static boolean
isServerRunning
(int port) Deprecated.Stream<org.openrewrite.SourceFile>
Deprecated.Stream<org.openrewrite.SourceFile>
parseInputs
(Iterable<org.openrewrite.Parser.Input> inputs, @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) Deprecated.reset()
Deprecated.sourcePathFromSourceText
(Path prefix, String sourceCode) Deprecated.static JavaScriptParser.Builder
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openrewrite.Parser
accept, acceptedInputs, getCharset, parse, parse, requirePrintEqualsInput
-
Constructor Details
-
JavaScriptParser
public JavaScriptParser()Deprecated.
-
-
Method Details
-
parse
Deprecated.- Specified by:
parse
in interfaceorg.openrewrite.Parser
-
parseInputs
public Stream<org.openrewrite.SourceFile> parseInputs(Iterable<org.openrewrite.Parser.Input> inputs, @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) Deprecated.- Specified by:
parseInputs
in interfaceorg.openrewrite.Parser
-
accept
Deprecated.- Specified by:
accept
in interfaceorg.openrewrite.Parser
-
sourcePathFromSourceText
Deprecated.- Specified by:
sourcePathFromSourceText
in interfaceorg.openrewrite.Parser
-
reset
Deprecated.- Specified by:
reset
in interfaceorg.openrewrite.Parser
-
usingRemotingInstallation
Deprecated. -
builder
Deprecated. -
isServerRunning
public static boolean isServerRunning(int port) Deprecated.
-
RemotingInputParser