org.jboss.errai.codegen.meta.impl.gwt
Class GWTGenericArrayType
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GWTGenericArrayType
public GWTGenericArrayType(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
com.google.gwt.core.ext.typeinfo.JArrayType arrayType)
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.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.