src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/WhileLoopTree.java

Print this page

        

*** 34,44 **** * <em>statement</em> * </pre> * * @since 1.9 */ - @jdk.Exported public interface WhileLoopTree extends ConditionalLoopTree { /** * The condition expression of this 'while' statement. * * @return the condition expression --- 34,43 ----