From d42620ddf007a95fcc23a278429e88415715e115 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sun, 13 Mar 2022 17:54:56 +0100 Subject: [PATCH] API doc --- src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java b/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java index dd71a57..141b1b5 100644 --- a/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java +++ b/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java @@ -524,6 +524,8 @@ public abstract class WasmCodeBuilder { * reference to a static field * @param type * the type of the static field + * @param clinit + * a reference to the class/static constructor which should executed before access a static field * @param javaCodePos * the code position/offset in the Java method * @param lineNumber