Uses of Interface
com.sun.source.tree.UnionTypeTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of UnionTypeTree in com.sun.source.tree
Modifier and TypeMethodDescriptionTreeVisitor.visitUnionType
(UnionTypeTree node, P p) Visits a UnionTypeTree node. -
Uses of UnionTypeTree in com.sun.source.util
Modifier and TypeMethodDescriptionSimpleTreeVisitor.visitUnionType
(UnionTypeTree node, P p) Visits a UnionTypeTree node.TreeScanner.visitUnionType
(UnionTypeTree node, P p) Visits a UnionTypeTree node.