Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta.impl.gwt
Class GWTGenericArrayType

java.lang.Object
  extended by org.jboss.errai.codegen.meta.impl.gwt.GWTGenericArrayType
All Implemented Interfaces:
MetaGenericArrayType, MetaType

public class GWTGenericArrayType
extends Object
implements MetaGenericArrayType

Author:
Mike Brock

Constructor Summary
GWTGenericArrayType(com.google.gwt.core.ext.typeinfo.TypeOracle oracle, com.google.gwt.core.ext.typeinfo.JArrayType arrayType)
           
 
Method Summary
 MetaType getGenericComponentType()
           
 String getName()
          Returns the name of this type as it was written in the original source code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTGenericArrayType

public GWTGenericArrayType(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
                           com.google.gwt.core.ext.typeinfo.JArrayType arrayType)
Method Detail

getGenericComponentType

public MetaType getGenericComponentType()
Specified by:
getGenericComponentType in interface MetaGenericArrayType

getName

public String getName()
Description copied from interface: MetaType
Returns the name of this type as it was written in the original source code.

Specified by:
getName in interface MetaType
Returns:
The name of this type as it was written in the original source code.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.