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 classes/interfaces inherited from interface com.sun.source.tree.Tree |
com.sun.source.tree.Tree.Kind |
Methods inherited from interface com.sun.source.tree.Tree |
accept |
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.