com.sun.javafx.api.tree
Interface ForExpressionInClauseTree
- All Superinterfaces:
- JavaFXTree, com.sun.source.tree.Tree
public interface ForExpressionInClauseTree
- extends JavaFXTree
A tree node for an "any" JavaFX Script type.
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
com.sun.source.tree.Tree.Kind |
Methods inherited from interface com.sun.source.tree.Tree |
accept |
getVariable
JavaFXVariableTree getVariable()
getSequenceExpression
com.sun.source.tree.ExpressionTree getSequenceExpression()
getWhereExpression
com.sun.source.tree.ExpressionTree getWhereExpression()