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