Package com.google.errorprone
Class JavacInvocationInstance
java.lang.Object
com.google.errorprone.JavacInvocationInstance
public class JavacInvocationInstance extends Object
A token uniquely identifying a single invocation of javac. Any caches which might otherwise
persist indefinitely should be reset if they detect that the JavacInvocationInstance inside their
Context has changed. The only meaningful way to compare JavacInvocationInstance objects
is by their object identity, as they have no properties.-
Constructor Summary
Constructors Constructor Description JavacInvocationInstance() -
Method Summary
Modifier and Type Method Description static JavacInvocationInstanceinstance(com.sun.tools.javac.util.Context context)
-
Constructor Details
-
JavacInvocationInstance
public JavacInvocationInstance()
-
-
Method Details
-
instance
-