@Exported public interface DoWhileLoopTree extends StatementTree
do statement while ( expression );
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getCondition() |
StatementTree |
getStatement() |
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getCondition()
StatementTree getStatement()