java.lang.Object
com.dylibso.chicory.wasm.types.ValType.Builder
- Enclosing class:
ValType
-
Method Summary
Modifier and TypeMethodDescriptionbuild()build(Function<Integer, FunctionType> context) fromId(long id) longid()booleansubstitute(int opcode, int typeIdx, Function<Integer, FunctionType> context) inttypeIdx()withOpcode(int opcode) withTypeIdx(int typeIdx)
-
Method Details
-
withOpcode
-
withTypeIdx
-
fromId
-
id
public long id() -
typeIdx
public int typeIdx() -
isReference
public boolean isReference() -
build
-
build
-
substitute
-