Searched defs:Trees (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DTrees.java53 public abstract class Trees { class
55 * Gets a Trees object for a given CompilationTask.
56 * @param task the compilation task for which to get the Trees object
57 * @throws IllegalArgumentException if the task does not support the Trees API.
59 public static Trees instance(CompilationTask task) {
66 * Gets a Trees object for a given ProcessingEnvironment.
67 * @param env the processing environment for which to get the Trees object
68 * @throws IllegalArgumentException if the env does not support the Trees API.
70 public static Trees instance(ProcessingEnvironment env) {
76 private static Trees getJavacTree
[all...]

Completed in 49 milliseconds