Uses of Class
com.dylibso.chicory.wasm.types.RefType
-
Packages that use RefType Package Description com.dylibso.chicory.wasm.types -
-
Uses of RefType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return RefType Modifier and Type Method Description static RefTypeRefType. byId(long id)RefTypeElemData. refType()RefTypeElemElem. refType()RefTypeElemStart. refType()static RefTypeRefType. valueOf(String name)Returns the enum constant of this type with the specified name.static RefType[]RefType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dylibso.chicory.wasm.types with parameters of type RefType Modifier and Type Method Description voidElemData. setRefType(RefType refType)voidElemElem. setRefType(RefType refType)voidElemStart. setRefType(RefType refType)Constructors in com.dylibso.chicory.wasm.types with parameters of type RefType Constructor Description ElemData(long tableIndex, Instruction[] expr, RefType refType, Instruction[][] exprs)ElemElem(RefType refType, Instruction[][] exprs)ElemStart(RefType refType, Instruction[][] exprs)
-