Package | Description |
---|---|
com.sun.source.util |
Provides utilities for operations on abstract syntax trees (AST).
|
Modifier and Type | Method and Description |
---|---|
static JavacTask |
JavacTask.instance(ProcessingEnvironment processingEnvironment)
Get the
JavacTask for a ProcessingEnvironment . |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.init(JavacTask task,
String... args)
Initialize the plug-in for a given compilation task.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.