GWT 2.1.1

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

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

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

Methods in com.google.gwt.core.ext.typeinfo that return JConstructor
 JConstructor JRealClassType.findConstructor(JType[] paramTypes)
           
 JConstructor JRawType.findConstructor(JType[] paramTypes)
           
 JConstructor JParameterizedType.findConstructor(JType[] paramTypes)
           
abstract  JConstructor JClassType.findConstructor(JType[] paramTypes)
           
 JConstructor JArrayType.findConstructor(JType[] paramTypes)
           
 JConstructor JRealClassType.getConstructor(JType[] paramTypes)
           
 JConstructor JRawType.getConstructor(JType[] paramTypes)
           
 JConstructor JParameterizedType.getConstructor(JType[] paramTypes)
           
abstract  JConstructor JClassType.getConstructor(JType[] paramTypes)
           
 JConstructor JArrayType.getConstructor(JType[] paramTypes)
           
 JConstructor[] JRealClassType.getConstructors()
           
 JConstructor[] JRawType.getConstructors()
           
 JConstructor[] JParameterizedType.getConstructors()
           
abstract  JConstructor[] JClassType.getConstructors()
           
 JConstructor[] JArrayType.getConstructors()
           
 JConstructor JMethod.isConstructor()
           
 JConstructor JConstructor.isConstructor()
           
abstract  JConstructor JAbstractMethod.isConstructor()
           
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)
           
 

Methods in com.google.gwt.core.ext.typeinfo with parameters of type JConstructor
protected  void JRealClassType.addConstructor(JConstructor ctor)
           
static void TypeOracle.sort(JConstructor[] ctors)
          Convenience method to sort constructors in a consistent way.
 


GWT 2.1.1