@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() |
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getCondition()
StatementTree getThenStatement()
StatementTree getElseStatement()