|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
JClassType.findConstructor(JType[] paramTypes)
Returns the constructor with parameters that have the given types, or null if not found. |
JConstructor |
JClassType.getConstructor(JType[] paramTypes)
|
JConstructor[] |
JClassType.getConstructors()
|
JConstructor |
JAbstractMethod.isConstructor()
|
Methods in com.google.gwt.core.ext.typeinfo with parameters of type JConstructor | |
---|---|
static void |
TypeOracle.sort(JConstructor[] ctors)
Convenience method to sort constructors in a consistent way. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |