|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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 | ||
---|---|---|
|
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 JavaFXTree
getKind
in interface com.sun.source.tree.Tree
JavaFXTree.JavaFXKind getJavaFXKind()
getJavaFXKind
in interface JavaFXTree
<R,D> R accept(JavaFXTreeVisitor<R,D> visitor, D data)
accept
in interface JavaFXTree
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 |