|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaFXTree
Common interface for all 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 | |
---|---|
static class |
JavaFXTree.JavaFXKind
Enumerates all kinds of trees. |
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
---|
com.sun.source.tree.Tree.Kind |
Method Summary | ||
---|---|---|
|
accept(JavaFXTreeVisitor<R,D> visitor,
D data)
Accept method used to implement the visitor pattern. |
|
JavaFXTree.JavaFXKind |
getJavaFXKind()
Gets the JavaFX kind of this tree. |
|
com.sun.source.tree.Tree.Kind |
getKind()
Gets the com.sun.source.tree.Tree.Kind of this tree. |
Methods inherited from interface com.sun.source.tree.Tree |
---|
accept |
Method Detail |
---|
com.sun.source.tree.Tree.Kind getKind()
getJavaFXKind
to
get the JavaFX kind.
getKind
in interface com.sun.source.tree.Tree
JavaFXTree.JavaFXKind getJavaFXKind()
<R,D> R accept(JavaFXTreeVisitor<R,D> visitor, D data)
R
- result type of this operation.D
- type of additonal data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |