mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
add stub for getModifiers()
This commit is contained in:
parent
9da6d8e736
commit
28cc29a30a
@ -318,6 +318,13 @@ class ReplacementForClass<T> {
|
||||
return classIdx >= 0 ? classConstant( classIdx ) : null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Replacement of the native Java method getModifiers()
|
||||
*/
|
||||
public int getModifiers() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Replacement of the Java method getSimpleName()
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user