src/jdk.compiler/share/classes/com/sun/source/tree/IfTree.java

Print this page

        

*** 43,53 **** * * @author Peter von der Ahé * @author Jonathan Gibbons * @since 1.6 */ - @jdk.Exported public interface IfTree extends StatementTree { /** * Returns the condition of the if-statement. * @return the condition */ --- 43,52 ----