Uses of Interface
com.sun.javafx.api.tree.TypeTree

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

Uses of TypeTree in com.sun.javafx.api.tree
 

Methods in com.sun.javafx.api.tree that return TypeTree
 TypeTree TypeFunctionalTree.getReturnType()
           
 TypeTree FunctionValueTree.getType()
           
 

Methods in com.sun.javafx.api.tree that return types with arguments of type TypeTree
 java.util.List<? extends TypeTree> TypeFunctionalTree.getParameters()