We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91a621 commit a645030Copy full SHA for a645030
src/de/inetsoftware/jwebassembly/module/nativecode/ReplacementForClass.java
@@ -448,6 +448,14 @@ public String getCanonicalName() {
448
@WasmTextCode( "unreachable" ) // TODO
449
public native Method[] getMethods();
450
451
+ /**
452
+ * Returns an array containing {@code Constructor} objects reflecting
453
+ * all the public constructors of the class represented by this
454
+ * {@code Class} object.
455
+ */
456
+ @WasmTextCode( "unreachable" ) // TODO
457
+ public native Constructor<?>[] getConstructors();
458
+
459
/**
460
* Replacement of the Java method getMethod()
461
*/
0 commit comments