Uses of Class
com.sun.javafx.api.tree.TimeLiteralTree.Duration

Packages that use TimeLiteralTree.Duration
com.sun.javafx.api.tree Provides interfaces to represent JavaFX Script language source code as abstract syntax trees (AST). 
 

Uses of TimeLiteralTree.Duration in com.sun.javafx.api.tree
 

Methods in com.sun.javafx.api.tree that return TimeLiteralTree.Duration
 TimeLiteralTree.Duration TimeLiteralTree.getDuration()
           
static TimeLiteralTree.Duration TimeLiteralTree.Duration.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimeLiteralTree.Duration[] TimeLiteralTree.Duration.values()
          Returns an array containing the constants of this enum type, in the order they are declared.