Uses of Interface
com.google.gwt.core.ext.typeinfo.JConstructor
-
Packages that use JConstructor Package Description 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 Modifier and Type Method Description JConstructorJClassType. findConstructor(JType[] paramTypes)Returns the constructor with parameters that have the given types, or null if not found.JConstructorJClassType. getConstructor(JType[] paramTypes)JConstructor[]JClassType. getConstructors()JConstructorJAbstractMethod. isConstructor()Methods in com.google.gwt.core.ext.typeinfo with parameters of type JConstructor Modifier and Type Method Description static voidTypeOracle. sort(JConstructor[] ctors)Convenience method to sort constructors in a consistent way.
-