Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.StructSubtype
-
Packages that use StructSubtype Package Description de.mirkosertic.bytecoder.core.backend.wasm de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of StructSubtype in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm declared as StructSubtype Modifier and Type Field Description (package private) StructSubtype
WasmStructuredControlflowCodeGenerator.LambdaInstance. type
Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type StructSubtype Constructor Description LambdaInstance(WasmValue instance, StructSubtype type)
-
Uses of StructSubtype in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return StructSubtype Modifier and Type Method Description StructSubtype
TypesSection. structSubtype(java.lang.String name, StructType superType, java.util.List<StructType.Field> fields)
-