org.reflext.core
Class ArrayTypeInfoImpl<T,M>
java.lang.Object
org.reflext.core.ArrayTypeInfoImpl<T,M>
- All Implemented Interfaces:
- ArrayTypeInfo, TypeInfo
public class ArrayTypeInfoImpl<T,M>
- extends java.lang.Object
- implements ArrayTypeInfo
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
domain
protected final TypeDomain<T,M> domain
- .
ArrayTypeInfoImpl
public ArrayTypeInfoImpl(TypeDomain<T,M> domain,
T type)
getType
public java.lang.Object getType()
- Specified by:
getType in interface TypeInfo
getComponentType
public TypeInfo getComponentType()
- Specified by:
getComponentType in interface ArrayTypeInfo
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)
accept
public <V extends Visitor<V,S>,S extends VisitorStrategy<V,S>> void accept(S strategy,
V visitor)
- Specified by:
accept in interface TypeInfo
isSubType
public boolean isSubType(TypeInfo ti)
- Specified by:
isSubType in interface TypeInfo
Copyright © 2010 eXo Platform SAS. All Rights Reserved.