@Exported public interface IfTree extends StatementTree
   if ( condition )
      thenStatement
   if ( condition )
       thenStatement
   else
       elseStatement
 | Modifier and Type | Method and Description | 
|---|---|
ExpressionTree | 
getCondition()  | 
StatementTree | 
getElseStatement()  | 
StatementTree | 
getThenStatement()  | 
ExpressionTree getCondition()
StatementTree getThenStatement()
StatementTree getElseStatement()
 Copyright © 2005, 2014, Oracle and/or its affiliates.  All rights reserved.