public interface WhileStatement extends Statement
[JLS3:14.12] The while 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
Expression getCondition()
Statement getBody()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.