Uses of Class
com.dylibso.chicory.wasm.types.Element.ElemType
-
Packages that use Element.ElemType Package Description com.dylibso.chicory.wasm.types -
-
Uses of Element.ElemType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return Element.ElemType Modifier and Type Method Description Element.ElemTypeElemData. elemType()Element.ElemTypeElemElem. elemType()Element.ElemTypeElement. elemType()Element.ElemTypeElemFunc. elemType()Element.ElemTypeElemGlobal. elemType()Element.ElemTypeElemMem. elemType()Element.ElemTypeElemStart. elemType()Element.ElemTypeElemTable. elemType()Element.ElemTypeElemType. elemType()static Element.ElemTypeElement.ElemType. valueOf(String name)Returns the enum constant of this type with the specified name.static Element.ElemType[]Element.ElemType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-