mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
stub for getConstructors()
This commit is contained in:
parent
c91a621285
commit
a64503044c
@ -448,6 +448,14 @@ class ReplacementForClass<T> {
|
|||||||
@WasmTextCode( "unreachable" ) // TODO
|
@WasmTextCode( "unreachable" ) // TODO
|
||||||
public native Method[] getMethods();
|
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()
|
* Replacement of the Java method getMethod()
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user