|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WhileLoopTree
A tree node for a 'while' loop statement. For example:
while ( condition )
statement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sun.javafx.api.tree.Tree |
|---|
Tree.JavaFXKind |
| Method Summary | |
|---|---|
ExpressionTree |
getCondition()
|
ExpressionTree |
getStatement()
|
| Methods inherited from interface com.sun.javafx.api.tree.Tree |
|---|
accept, getJavaFXKind, isMissing |
| Method Detail |
|---|
ExpressionTree getCondition()
ExpressionTree getStatement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||