Errai 3.0.1-SNAPSHOT

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

java.lang.Object
  extended by org.jboss.errai.codegen.meta.impl.gwt.GWTUtil

public class GWTUtil
extends Object

Author:
Mike Brock

Constructor Summary
GWTUtil()
           
 
Method Summary
static MetaClass eraseOrReturn(com.google.gwt.core.ext.typeinfo.TypeOracle oracle, com.google.gwt.core.ext.typeinfo.JType t)
           
static MetaType fromType(com.google.gwt.core.ext.typeinfo.TypeOracle oracle, com.google.gwt.core.ext.typeinfo.JType t)
           
static MetaType[] fromTypeArray(com.google.gwt.core.ext.typeinfo.TypeOracle oracle, com.google.gwt.core.ext.typeinfo.JType[] types)
           
static MetaTypeVariable[] fromTypeVariable(com.google.gwt.core.ext.typeinfo.TypeOracle oracle, com.google.gwt.core.ext.typeinfo.JTypeParameter[] typeParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTUtil

public GWTUtil()
Method Detail

fromTypeVariable

public static MetaTypeVariable[] fromTypeVariable(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
                                                  com.google.gwt.core.ext.typeinfo.JTypeParameter[] typeParameters)

fromTypeArray

public static MetaType[] fromTypeArray(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
                                       com.google.gwt.core.ext.typeinfo.JType[] types)

eraseOrReturn

public static MetaClass eraseOrReturn(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
                                      com.google.gwt.core.ext.typeinfo.JType t)

fromType

public static MetaType fromType(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
                                com.google.gwt.core.ext.typeinfo.JType t)

Errai 3.0.1-SNAPSHOT

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