Uses of Class
com.sun.source.util.Trees
Package
Description
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of Trees in com.sun.source.util
Modifier and TypeClassDescriptionclass
Provides access to syntax trees for doc comments.Modifier and TypeMethodDescriptionstatic Trees
Trees.instance
(ProcessingEnvironment env) Returns a Trees object for a given ProcessingEnvironment.static Trees
Trees.instance
(JavaCompiler.CompilationTask task) Returns a Trees object for a given CompilationTask.