public class InternalUtils extends Object
Modifier and Type | Method and Description |
---|---|
static int |
compareDiagnosticPosition(Tree tree1,
Tree tree2)
Compares tree1 to tree2 by the position at which a diagnostic (e.g., an error message) for
the tree should be printed.
|
static ClassLoader |
getClassLoaderForClass(Class<? extends Object> clazz)
Obtain the class loader for
clazz . |
static com.sun.tools.javac.util.Context |
getJavacContext(ProcessingEnvironment env)
Helper function to extract the javac Context from the javac processing environment.
|
public static com.sun.tools.javac.util.Context getJavacContext(ProcessingEnvironment env)
env
- the processing environmentpublic static ClassLoader getClassLoaderForClass(Class<? extends Object> clazz)
clazz
. If that is not available, return the system class
loader.clazz
- the class whose class loader to findclazz
, or the system class loader, or null if both
are unavailable