GWT 2.1.1

Uses of Class
com.google.gwt.core.ext.typeinfo.JRealClassType

Packages that use JRealClassType
com.google.gwt.core.ext.typeinfo Type-introspection support classes used by generators. 
 

Uses of JRealClassType in com.google.gwt.core.ext.typeinfo
 

Subclasses of JRealClassType in com.google.gwt.core.ext.typeinfo
 class JAnnotationType
          Type representing an annotation type.
 class JEnumType
          Type representing a Java enumerated type.
 class JGenericType
          Type declaration that has type parameters.
 

Methods in com.google.gwt.core.ext.typeinfo that return JRealClassType
protected  JRealClassType TypeOracleBuilder.newRealClassType(JPackage pkg, java.lang.String enclosingTypeName, java.lang.String className, boolean isIntf)
           
 

Methods in com.google.gwt.core.ext.typeinfo with parameters of type JRealClassType
protected  void TypeOracleBuilder.addAnnotations(JRealClassType type, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations)
           
protected  void TypeOracleBuilder.addImplementedInterface(JRealClassType type, JClassType intf)
           
protected  JAnnotationMethod TypeOracleBuilder.newAnnotationMethod(JRealClassType enclosingType, java.lang.String name, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations, JTypeParameter[] jtypeParameters, java.lang.Object defaultValue)
           
protected  JConstructor TypeOracleBuilder.newConstructor(JRealClassType type, java.lang.String name, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations, JTypeParameter[] typeParams)
           
protected  JEnumConstant TypeOracleBuilder.newEnumConstant(JRealClassType type, java.lang.String name, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations, int ordinal)
           
protected  JField TypeOracleBuilder.newField(JRealClassType type, java.lang.String name, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations)
           
protected  void TypeOracleBuilder.setEnclosingType(JRealClassType type, JClassType enclosingType)
           
protected  void TypeOracleBuilder.setSuperClass(JRealClassType type, JClassType superType)
           
 


GWT 2.1.1