Package com.dylibso.chicory.wasm.types
Class ElemGlobal
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.ElemGlobal
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.dylibso.chicory.wasm.types.Element
Element.ElemType
-
-
Constructor Summary
Constructors Constructor Description ElemGlobal(Instruction[] expr, Instruction[][] exprs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element.ElemTypeelemType()Instruction[][]exprInstructionLists()Instruction[]exprInstructions()voidsetExprInstructionLists(Instruction[][] exprs)voidsetExprInstructions(Instruction[] expr)intsize()
-
-
-
Constructor Detail
-
ElemGlobal
public ElemGlobal(Instruction[] expr, Instruction[][] exprs)
-
-
Method Detail
-
elemType
public Element.ElemType elemType()
-
exprInstructions
public Instruction[] exprInstructions()
-
setExprInstructions
public void setExprInstructions(Instruction[] expr)
-
exprInstructionLists
public Instruction[][] exprInstructionLists()
-
setExprInstructionLists
public void setExprInstructionLists(Instruction[][] exprs)
-
-