Interface ConditionalLoopTree

    • Nested Class Summary

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

        Tree.Kind
    • Method Detail

      • getCondition

        ExpressionTree getCondition()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the condition expression of this 'loop' statement.
        Returns:
        the condition expression