public interface IfStatement extends Statement
[JLS3:14.9] The if Statement
Modifier and Type | Method and Description |
---|---|
Expression |
getCondition()
Returns the condition expression.
|
Statement |
getElseStatement()
Returns the false statement.
|
Statement |
getThenStatement()
Returns the truth statement.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getCondition()
Statement getThenStatement()
Statement getElseStatement()
null
if it is not specifiedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.