com.sun.javafx.api.tree
Interface TimeLiteralTree

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

public interface TimeLiteralTree
extends JavaFXTree

A tree node for a JavaFX Script time literal.


Nested Class Summary
static class TimeLiteralTree.Duration
           
 
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
 TimeLiteralTree.Duration getDuration()
           
 com.sun.source.tree.LiteralTree getValue()
           
 
Methods inherited from interface com.sun.javafx.api.tree.JavaFXTree
accept, getJavaFXKind, getKind
 
Methods inherited from interface com.sun.source.tree.Tree
accept
 

Method Detail

getValue

com.sun.source.tree.LiteralTree getValue()
Returns:
the numeric value of this tree.

getDuration

TimeLiteralTree.Duration getDuration()
Returns:
the duration specified to declare this time literal.