Package org.openrewrite.javascript.tree
Class JS.ScopedVariableDeclarations.Padding
java.lang.Object
org.openrewrite.javascript.tree.JS.ScopedVariableDeclarations.Padding
- Enclosing class:
- JS.ScopedVariableDeclarations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression>>
withVariables
(List<org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression>> variables)
-
Constructor Details
-
Padding
public Padding()
-
-
Method Details
-
getVariables
public List<org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression>> getVariables() -
withVariables
public JS.ScopedVariableDeclarations withVariables(List<org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression>> variables)
-