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