Class JavacInvocationInstance
java.lang.Object
com.google.errorprone.JavacInvocationInstance
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.-
Method Summary
Modifier and TypeMethodDescriptionstatic JavacInvocationInstance
instance
(com.sun.tools.javac.util.Context context)
-
Method Details
-
instance
-