Class JS.ImportAttribute

java.lang.Object
org.openrewrite.javascript.tree.JS.ImportAttribute
All Implemented Interfaces:
org.openrewrite.java.tree.J, org.openrewrite.java.tree.Statement, JS, org.openrewrite.Tree
Enclosing interface:
JS

public static final class JS.ImportAttribute extends Object implements JS, org.openrewrite.java.tree.Statement
  • Constructor Details

    • ImportAttribute

      public ImportAttribute()
  • Method Details

    • getValue

      public org.openrewrite.java.tree.Expression getValue()
    • withValue

      public JS.ImportAttribute withValue(org.openrewrite.java.tree.Expression value)
    • acceptJavaScript

      public <P> org.openrewrite.java.tree.J acceptJavaScript(JavaScriptVisitor<P> v, P p)
      Specified by:
      acceptJavaScript in interface JS
    • getPadding

      public JS.ImportAttribute.Padding getPadding()
    • getCoordinates

      public org.openrewrite.java.tree.CoordinateBuilder.Statement getCoordinates()
      Specified by:
      getCoordinates in interface org.openrewrite.java.tree.Statement