Package | Description |
---|---|
com.sun.source.util |
Provides utilities for operations on abstract syntax trees (AST).
|
Modifier and Type | Class and Description |
---|---|
class |
DocTrees
Provides access to syntax trees for doc comments.
|
Modifier and Type | Method and Description |
---|---|
static Trees |
Trees.instance(JavaCompiler.CompilationTask task)
Gets a Trees object for a given CompilationTask.
|
static Trees |
Trees.instance(ProcessingEnvironment env)
Gets a Trees object for a given ProcessingEnvironment.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.