public class ArrayTypeImpl extends TypeMirrorImpl implements ArrayType
_binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
protected AnnotationBinding[] |
getAnnotationBindings() |
TypeMirror |
getComponentType() |
TypeKind |
getKind() |
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypepublic TypeMirror getComponentType()
getComponentType in interface ArrayTypepublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class TypeMirrorImplprotected AnnotationBinding[] getAnnotationBindings()
getAnnotationBindings in class TypeMirrorImplpublic TypeKind getKind()
getKind in interface TypeMirrorgetKind in class TypeMirrorImplCopyright © 2015. All rights reserved.