com.sun.javafx.api.tree
Interface ObjectLiteralPartTree

All Superinterfaces:
JavaFXStatementTree, JavaFXTree, com.sun.source.tree.StatementTree, com.sun.source.tree.Tree

public interface ObjectLiteralPartTree
extends JavaFXStatementTree

Common interface for init definition 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
 JavafxBindStatus getBindStatus()
           
 com.sun.source.tree.ExpressionTree getExpression()
           
 javax.lang.model.element.Name getName()
           
 boolean isBidiBind()
           
 boolean isBound()
           
 boolean isLazy()
           
 boolean isUnidiBind()
           
 
Methods inherited from interface com.sun.javafx.api.tree.JavaFXStatementTree
accept, getJavaFXKind, getKind
 
Methods inherited from interface com.sun.source.tree.Tree
accept
 

Method Detail

getName

javax.lang.model.element.Name getName()

getExpression

com.sun.source.tree.ExpressionTree getExpression()

getBindStatus

JavafxBindStatus getBindStatus()

isBound

boolean isBound()

isUnidiBind

boolean isUnidiBind()

isBidiBind

boolean isBidiBind()

isLazy

boolean isLazy()