mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
API doc
This commit is contained in:
parent
4fbce5800c
commit
1f51fbf036
@ -432,12 +432,12 @@ class LocaleVariableManager {
|
||||
/**
|
||||
* Get the ValueType of the variable.
|
||||
*
|
||||
* @param slot
|
||||
* the memory/slot index of the local variable in Java
|
||||
* @param idx
|
||||
* the index of the local variable in WASM
|
||||
* @return the ValueType
|
||||
*/
|
||||
AnyType getValueType( int slot ) {
|
||||
return variables[slot].valueType;
|
||||
AnyType getValueType( int idx ) {
|
||||
return variables[idx].valueType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user