public class ArrayTypeImpl extends TypeMirrorImpl implements javax.lang.model.type.ArrayType
_binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p) |
protected AnnotationBinding[] |
getAnnotationBindings() |
javax.lang.model.type.TypeMirror |
getComponentType() |
javax.lang.model.type.TypeKind |
getKind() |
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCode, toStringpublic javax.lang.model.type.TypeMirror getComponentType()
getComponentType in interface javax.lang.model.type.ArrayTypepublic <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirroraccept in class TypeMirrorImplprotected AnnotationBinding[] getAnnotationBindings()
getAnnotationBindings in class TypeMirrorImplpublic javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorgetKind in class TypeMirrorImpl