Uses of Class
com.sun.source.util.Trees
Packages that use Trees
Package
Description
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of Trees in com.sun.source.util
Subclasses of Trees in com.sun.source.utilModifier and TypeClassDescriptionclass
Provides access to syntax trees for doc comments.Methods in com.sun.source.util that return TreesModifier 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.