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