public interface DoStatement extends Statement
do-while
statement.
[JLS3:14.13] The do Statement
Modifier and Type | Method and Description |
---|---|
Statement |
getBody()
Returns the loop body.
|
Expression |
getCondition()
Returns the condition expression.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Statement getBody()
Expression getCondition()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.