com.sun.javafx.api.tree
Interface FunctionDefinitionTree

All Superinterfaces:
ExpressionTree, Tree

public interface FunctionDefinitionTree
extends ExpressionTree

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.Tree
Tree.JavaFXKind
 
Method Summary
 FunctionValueTree getFunctionValue()
           
 ModifiersTree getModifiers()
           
 
Methods inherited from interface com.sun.javafx.api.tree.Tree
accept, getJavaFXKind, isMissing
 

Method Detail

getModifiers

ModifiersTree getModifiers()

getFunctionValue

FunctionValueTree getFunctionValue()