Class VerifyTruffleProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.oracle.truffle.dsl.processor.verify.VerifyTruffleProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes({"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
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDetermines if a given exception is (most likely) caused by Bug 367599.static booleanisEnclosedIn(Element e, Element scopeElement) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
VerifyTruffleProcessor
public VerifyTruffleProcessor()
-
-
Method Details
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
isEnclosedIn
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
isBug367599
Determines if a given exception is (most likely) caused by Bug 367599.
-