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