org.jboss.lang.reflect
Class GenericArrayTypeImpl

java.lang.Object
  extended by org.jboss.lang.reflect.AbstractTypeImpl
      extended by org.jboss.lang.reflect.GenericArrayTypeImpl
All Implemented Interfaces:
GenericArrayType

public class GenericArrayTypeImpl
extends AbstractTypeImpl
implements GenericArrayType

Version:
$Revision: 1.1 $
Author:
pgier

Constructor Summary
GenericArrayTypeImpl(javassist.bytecode.SignatureAttribute.Type componentType, int dim, String sig)
           
 
Method Summary
 Object getGenericComponentType()
           
 
Methods inherited from class org.jboss.lang.reflect.AbstractTypeImpl
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericArrayTypeImpl

public GenericArrayTypeImpl(javassist.bytecode.SignatureAttribute.Type componentType,
                            int dim,
                            String sig)
Method Detail

getGenericComponentType

public Object getGenericComponentType()
Specified by:
getGenericComponentType in interface GenericArrayType


Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.