Errai 3.0.1-SNAPSHOT

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

java.lang.Object
  extended by org.jboss.errai.codegen.meta.impl.AbstractMetaParameterizedType
      extended by org.jboss.errai.codegen.meta.impl.gwt.GWTParameterizedType
All Implemented Interfaces:
MetaParameterizedType, MetaType

public class GWTParameterizedType
extends AbstractMetaParameterizedType

Author:
Mike Brock

Constructor Summary
GWTParameterizedType(com.google.gwt.core.ext.typeinfo.TypeOracle oracle, com.google.gwt.core.ext.typeinfo.JParameterizedType parameterizedType)
           
 
Method Summary
 String getName()
          Returns the name of this type as it was written in the original source code.
 MetaType getOwnerType()
           
 MetaType getRawType()
           
 MetaType[] getTypeParameters()
           
 
Methods inherited from class org.jboss.errai.codegen.meta.impl.AbstractMetaParameterizedType
isAssignableFrom, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GWTParameterizedType

public GWTParameterizedType(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
                            com.google.gwt.core.ext.typeinfo.JParameterizedType parameterizedType)
Method Detail

getTypeParameters

public MetaType[] getTypeParameters()

getOwnerType

public MetaType getOwnerType()

getRawType

public MetaType getRawType()

getName

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

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.