Class ArrayTypeImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ArrayTypeImpl
- All Implemented Interfaces:
AnnotatedConstruct,ArrayType,ReferenceType,TypeMirror
Implementation of ArrayType, which represents an array of some type.
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
_binding, _env -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TypeVisitor<R, P> v, P p) protected AnnotationBinding[]getKind()Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.lang.model.type.TypeMirror
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, hashCode, toString
-
Method Details
-
getComponentType
- Specified by:
getComponentTypein interfaceArrayType
-
accept
- Specified by:
acceptin interfaceTypeMirror- Overrides:
acceptin classTypeMirrorImpl
-
getAnnotationBindings
- Overrides:
getAnnotationBindingsin classTypeMirrorImpl
-
getKind
- Specified by:
getKindin interfaceTypeMirror- Overrides:
getKindin classTypeMirrorImpl
-