Class ArrayTypeImpl
java.lang.Object
org.vesalainen.bcc.model.ArrayTypeImpl
- All Implemented Interfaces:
AnnotatedConstruct, ArrayType, ReferenceType, TypeMirror
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TypeVisitor<R, P> v, P p) boolean<A extends Annotation>
AgetAnnotation(Class<A> annotationType) List<? extends AnnotationMirror> <A extends Annotation>
A[]getAnnotationsByType(Class<A> annotationType) getKind()inthashCode()Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TypeMirror
toString
-
Field Details
-
componentType
-
-
Constructor Details
-
ArrayTypeImpl
ArrayTypeImpl(Class<?> cls) -
ArrayTypeImpl
ArrayTypeImpl(GenericArrayType gat) -
ArrayTypeImpl
ArrayTypeImpl(TypeMirror componentType)
-
-
Method Details
-
getComponentType
- Specified by:
getComponentTypein interfaceArrayType
-
getKind
- Specified by:
getKindin interfaceTypeMirror
-
accept
- Specified by:
acceptin interfaceTypeMirror
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceTypeMirror- Overrides:
hashCodein classObject
-
equals
- Specified by:
equalsin interfaceTypeMirror- Overrides:
equalsin classObject
-
getAnnotationMirrors
- Specified by:
getAnnotationMirrorsin interfaceAnnotatedConstruct- Specified by:
getAnnotationMirrorsin interfaceTypeMirror
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedConstruct- Specified by:
getAnnotationin interfaceTypeMirror
-
getAnnotationsByType
- Specified by:
getAnnotationsByTypein interfaceAnnotatedConstruct- Specified by:
getAnnotationsByTypein interfaceTypeMirror
-