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 TypeMethodDescription@Nullable org.openrewrite.java.tree.JLeftPadded<JS.ScopedVariableDeclarations.Scope>
getScope()
List<org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression>>
withScope
(@Nullable org.openrewrite.java.tree.JLeftPadded<JS.ScopedVariableDeclarations.Scope> scope) 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) -
getScope
public @Nullable org.openrewrite.java.tree.JLeftPadded<JS.ScopedVariableDeclarations.Scope> getScope() -
withScope
public JS.ScopedVariableDeclarations withScope(@Nullable org.openrewrite.java.tree.JLeftPadded<JS.ScopedVariableDeclarations.Scope> scope)
-