Class TypeSystemParser
- java.lang.Object
-
- com.oracle.truffle.dsl.processor.parser.AbstractParser<TypeSystemData>
-
- com.oracle.truffle.dsl.processor.parser.TypeSystemParser
-
public class TypeSystemParser extends AbstractParser<TypeSystemData>
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>>
ANNOTATIONS
-
Fields inherited from class com.oracle.truffle.dsl.processor.parser.AbstractParser
context, log, processingEnv
-
-
Constructor Summary
Constructors Constructor Description TypeSystemParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>
getAnnotationType()
protected TypeSystemData
parse(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror mirror)
-
Methods inherited from class com.oracle.truffle.dsl.processor.parser.AbstractParser
filterErrorElements, getAllAnnotationTypes, getTypeDelegatedAnnotationTypes, isDelegateToRootDeclaredType, parse
-
-
-
-
Method Detail
-
getAnnotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
- Specified by:
getAnnotationType
in classAbstractParser<TypeSystemData>
-
parse
protected TypeSystemData parse(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror mirror)
- Specified by:
parse
in classAbstractParser<TypeSystemData>
-
-