com.sun.javafx.api.tree
Interface TimeLiteralTree

All Superinterfaces:
Tree

public interface TimeLiteralTree
extends Tree

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.Tree
Tree.JavaFXKind
 
Method Summary
 TimeLiteralTree.Duration getDuration()
           
 LiteralTree getValue()
           
 
Methods inherited from interface com.sun.javafx.api.tree.Tree
accept, getJavaFXKind, isMissing
 

Method Detail

getValue

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

getDuration

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