@SupportedAnnotationTypes(value={"com.oracle.truffle.api.CompilerDirectives.TruffleBoundary","com.oracle.truffle.api.nodes.Node.Child","com.oracle.truffle.api.nodes.Node.Children"}) public class VerifyTruffleProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
VerifyTruffleProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
static boolean |
isBug367599(Throwable t)
Determines if a given exception is (most likely) caused by
Bug 367599.
|
static boolean |
isEnclosedIn(Element e,
Element scopeElement) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic static boolean isBug367599(Throwable t)