org.eclipse.jdt.internal.compiler.apt.model
Class ArrayTypeImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.ArrayTypeImpl
- All Implemented Interfaces:
- ArrayType, ReferenceType, TypeMirror
public class ArrayTypeImpl
- extends TypeMirrorImpl
- implements ArrayType
Implementation of ArrayType, which represents an array of some type.
getComponentType
public TypeMirror getComponentType()
- Specified by:
getComponentType
in interface ArrayType
accept
public <R,P> R accept(TypeVisitor<R,P> v,
P p)
- Specified by:
accept
in interface TypeMirror
- Overrides:
accept
in class TypeMirrorImpl
getKind
public TypeKind getKind()
- Specified by:
getKind
in interface TypeMirror
- Overrides:
getKind
in class TypeMirrorImpl
Copyright © 2012. All Rights Reserved.