org.reflext.core
Class AbstractArrayTypeInfo<T,M,A,P>
java.lang.Object
org.reflext.core.AbstractArrayTypeInfo<T,M,A,P>
- All Implemented Interfaces:
- ArrayTypeInfo, TypeInfo
- Direct Known Subclasses:
- ArrayTypeInfoImpl
public abstract class AbstractArrayTypeInfo<T,M,A,P>
- 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 TypeResolverImpl<T,M,A,P> domain
- .
AbstractArrayTypeInfo
public AbstractArrayTypeInfo(TypeResolverImpl<T,M,A,P> domain)
getName
public java.lang.String getName()
- Specified by:
getName in interface TypeInfo
isReified
public boolean isReified()
- Specified by:
isReified in interface TypeInfo
hashCode
public final int hashCode()
equals
public final boolean equals(java.lang.Object obj)
accept
public final <V extends Visitor<V,S>,S extends VisitorStrategy<V,S>> void accept(S strategy,
V visitor)
- Specified by:
accept in interface TypeInfo
isSubType
public final boolean isSubType(TypeInfo ti)
- Specified by:
isSubType in interface TypeInfo
Copyright © 2010 eXo Platform SAS. All Rights Reserved.