com.sun.javafx.api.tree
Interface SequenceCreatorTree

All Superinterfaces:
com.sun.source.tree.ExpressionTree, JavaFXExpressionTree, JavaFXTree, com.sun.source.tree.Tree
All Known Subinterfaces:
SequenceEmptyTree, SequenceExplicitTree, SequenceRangeTree

public interface SequenceCreatorTree
extends JavaFXExpressionTree

Common interface for expression nodes in an abstract syntax tree for the JavaFX Script language.

WARNING: This interface and its sub-interfaces are subject to change as the JavaFX Script programming language evolves. These interfaces are implemented by Sun's JavaFX Script compiler (javafxc) and should not be implemented either directly or indirectly by other applications.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.javafx.api.tree.JavaFXTree
JavaFXTree.JavaFXKind
 
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree
com.sun.source.tree.Tree.Kind
 
Method Summary
 
Methods inherited from interface com.sun.javafx.api.tree.JavaFXExpressionTree
accept, getJavaFXKind, getKind
 
Methods inherited from interface com.sun.source.tree.Tree
accept