Interface IfStatementTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
IfStatementTreeImpl

@Beta public interface IfStatementTree extends StatementTree
'if' statement. JLS 14.9
   if (condition()) thenStatement()
   if (condition()) thenStatement() else elseStatement()
 
Since:
Java 1.3