org.jboss.errai.codegen.meta.impl.gwt
Class GWTParameterizedType
java.lang.Object
org.jboss.errai.codegen.meta.impl.AbstractMetaParameterizedType
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)
|
GWTParameterizedType
public GWTParameterizedType(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
com.google.gwt.core.ext.typeinfo.JParameterizedType parameterizedType)
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.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.