mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
fix JavaDoc
This commit is contained in:
parent
6c820ba5e6
commit
8264897215
@ -49,8 +49,8 @@ public class ConstantInvokeDynamic {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the signature of the factory method. For example "()Ljava.lang.Runnable;" for the lamba expression "Runnable
|
* Get the signature of the factory method. For example "()Ljava.lang.Runnable;" for the lamba expression
|
||||||
* run = () -> foo();"
|
* "<code>Runnable run = () -> foo();</code>"
|
||||||
*
|
*
|
||||||
* @return the type
|
* @return the type
|
||||||
*/
|
*/
|
||||||
|
@ -34,7 +34,7 @@ public class JavaScriptNewMultiArrayFunctionName extends JavaScriptSyntheticFunc
|
|||||||
* Create a new instance
|
* Create a new instance
|
||||||
*
|
*
|
||||||
* @param dim
|
* @param dim
|
||||||
* the count of dimensions, should be >= 2
|
* the count of dimensions, should be >= 2
|
||||||
* @param type
|
* @param type
|
||||||
* the full type of the allocated array
|
* the full type of the allocated array
|
||||||
*/
|
*/
|
||||||
|
@ -601,7 +601,7 @@ public abstract class WasmCodeBuilder {
|
|||||||
* Add a new multi dimensional array instruction
|
* Add a new multi dimensional array instruction
|
||||||
*
|
*
|
||||||
* @param dim
|
* @param dim
|
||||||
* the dimension of the array >= 2
|
* the dimension of the array >= 2
|
||||||
* @param typeName
|
* @param typeName
|
||||||
* the full type name
|
* the full type name
|
||||||
* @param javaCodePos
|
* @param javaCodePos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user