Interface LoopTree

    • Nested Class Summary

      • Nested classes/interfaces declared in interface jdk.nashorn.api.tree.Tree

        Tree.Kind
    • Method Summary

      Modifier and Type Method Description
      StatementTree getStatement()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the statement contained in this 'loop' statement.
    • Method Detail

      • getStatement

        StatementTree getStatement()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the statement contained in this 'loop' statement.
        Returns:
        the statement