|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tree
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 Java™ programming language evolves. These interfaces are implemented by Sun's Java compiler (javac) and should not be implemented either directly or indirectly by other applications.
| Nested Class Summary | |
|---|---|
static class |
Tree.JavaFXKind
Enumerates all kinds of trees. |
| Method Summary | ||
|---|---|---|
|
accept(JavaFXTreeVisitor<R,D> visitor,
D data)
Accept method used to implement the visitor pattern. |
|
Tree.JavaFXKind |
getJavaFXKind()
Gets the JavaFX kind of this tree. |
|
boolean |
isMissing()
Was this tree expected, but missing, and filled-in by the parser |
|
| Method Detail |
|---|
Tree.JavaFXKind getJavaFXKind()
boolean isMissing()
<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 | |||||||||