com.sun.javafx.api.tree
Interface LiteralTree

All Superinterfaces:
ExpressionTree, Tree

public interface LiteralTree
extends ExpressionTree

A tree node for a literal expression. Use getKind to determine the kind of literal. For example:

   value
 

Since:
1.6
See Also:
"The Java Language Specification, 3rd ed, section 15.28"

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.javafx.api.tree.Tree
Tree.JavaFXKind
 
Method Summary
 java.lang.Object getValue()
           
 
Methods inherited from interface com.sun.javafx.api.tree.Tree
accept, getJavaFXKind, isMissing
 

Method Detail

getValue

java.lang.Object getValue()