Class JS.Await

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

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

    • Await

      public Await()
  • Method Details

    • acceptJavaScript

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

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