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