org.aspectj.org.eclipse.jdt.internal.compiler.apt.model
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:
- javax.lang.model.type.ArrayType, javax.lang.model.type.ReferenceType, javax.lang.model.type.TypeMirror
public class ArrayTypeImpl
- extends TypeMirrorImpl
- implements javax.lang.model.type.ArrayType
Implementation of ArrayType, which represents an array of some type.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.lang.model.type.TypeMirror |
equals, hashCode, toString |
getComponentType
public javax.lang.model.type.TypeMirror getComponentType()
- Specified by:
getComponentType in interface javax.lang.model.type.ArrayType
accept
public <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
- Specified by:
accept in interface javax.lang.model.type.TypeMirror- Overrides:
accept in class TypeMirrorImpl
getAnnotationBindings
protected AnnotationBinding[] getAnnotationBindings()
- Overrides:
getAnnotationBindings in class TypeMirrorImpl
getKind
public javax.lang.model.type.TypeKind getKind()
- Specified by:
getKind in interface javax.lang.model.type.TypeMirror- Overrides:
getKind in class TypeMirrorImpl