mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-14 18:43:27 +01:00
stub for getConstructors()
This commit is contained in:
parent
c91a621285
commit
a64503044c
@ -448,6 +448,14 @@ class ReplacementForClass<T> {
|
||||
@WasmTextCode( "unreachable" ) // TODO
|
||||
public native Method[] getMethods();
|
||||
|
||||
/**
|
||||
* Returns an array containing {@code Constructor} objects reflecting
|
||||
* all the public constructors of the class represented by this
|
||||
* {@code Class} object.
|
||||
*/
|
||||
@WasmTextCode( "unreachable" ) // TODO
|
||||
public native Constructor<?>[] getConstructors();
|
||||
|
||||
/**
|
||||
* Replacement of the Java method getMethod()
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user