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