Uses of Interface
com.sun.source.tree.UnaryTree
Packages that use UnaryTree
Package
Description
Provides interfaces to represent source code as abstract syntax
 trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
- 
Uses of UnaryTree in com.sun.source.treeMethods in com.sun.source.tree with parameters of type UnaryTreeModifier and TypeMethodDescriptionTreeVisitor.visitUnary(UnaryTree node, P p) Visits aUnaryTreenode.
- 
Uses of UnaryTree in com.sun.source.utilMethods in com.sun.source.util with parameters of type UnaryTreeModifier and TypeMethodDescriptionSimpleTreeVisitor.visitUnary(UnaryTree node, P p) Visits aUnaryTreenode.TreeScanner.visitUnary(UnaryTree node, P p) Visits aUnaryTreenode.