Uses of Interface
com.sun.source.tree.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.tree
Modifier and TypeMethodDescriptionTreeVisitor.visitUnary
(UnaryTree node, P p) Visits aUnaryTree
node. -
Uses of UnaryTree in com.sun.source.util
Modifier and TypeMethodDescriptionSimpleTreeVisitor.visitUnary
(UnaryTree node, P p) Visits aUnaryTree
node.TreeScanner.visitUnary
(UnaryTree node, P p) Visits aUnaryTree
node.