Class CodeTypeMirror
java.lang.Object
com.oracle.truffle.dsl.processor.java.model.CodeTypeMirror
- All Implemented Interfaces:
AnnotatedConstruct,TypeMirror
- Direct Known Subclasses:
CodeTypeMirror.ArrayCodeTypeMirror,CodeTypeMirror.DeclaredCodeTypeMirror,CodeTypeMirror.WildcardTypeMirror
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TypeVisitor<R, P> v, P p) <A extends Annotation>
AgetAnnotation(Class<A> annotationType) List<? extends AnnotationMirror> <A extends Annotation>
A[]getAnnotationsByType(Class<A> annotationType) getKind()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.lang.model.type.TypeMirror
equals, hashCode, toString
-
Constructor Details
-
CodeTypeMirror
-
-
Method Details
-
getKind
- Specified by:
getKindin interfaceTypeMirror
-
accept
- Specified by:
acceptin interfaceTypeMirror
-
getAnnotationMirrors
- Specified by:
getAnnotationMirrorsin interfaceAnnotatedConstruct- Specified by:
getAnnotationMirrorsin interfaceTypeMirror
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedConstruct- Specified by:
getAnnotationin interfaceTypeMirror- Parameters:
annotationType-
-
getAnnotationsByType
- Specified by:
getAnnotationsByTypein interfaceAnnotatedConstruct- Specified by:
getAnnotationsByTypein interfaceTypeMirror- Parameters:
annotationType-
-