Class TypeScriptParserVisitor
java.lang.Object
org.openrewrite.javascript.internal.TypeScriptParserVisitor
-
Constructor Summary
ConstructorsConstructorDescriptionTypeScriptParserVisitor(TSCNode source, TSCSourceFileContext sourceContext, Path sourcePath, org.openrewrite.java.internal.JavaTypeCache typeCache, String charset, boolean isCharsetBomMarked, Collection<org.openrewrite.style.NamedStyles> styles) -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.java.tree.J
-
Constructor Details
-
TypeScriptParserVisitor
public TypeScriptParserVisitor(TSCNode source, TSCSourceFileContext sourceContext, Path sourcePath, org.openrewrite.java.internal.JavaTypeCache typeCache, String charset, boolean isCharsetBomMarked, Collection<org.openrewrite.style.NamedStyles> styles)
-
-
Method Details
-
visitSourceFile
-
visitExpressionStatement
-