public interface WhileLoopTree extends StatementTree
while ( condition ) statement
修飾子と型 | メソッドと説明 |
---|---|
ExpressionTree |
getCondition() |
StatementTree |
getStatement() |
ExpressionTree getCondition()
StatementTree getStatement()
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.