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 © 2017 earcam. All rights reserved.