Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.StructSubtype
Packages that use StructSubtype
Package
Description
-
Uses of StructSubtype in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm declared as StructSubtypeModifier and TypeFieldDescription(package private) final StructSubtype
WasmStructuredControlflowCodeGenerator.LambdaInstance.type
Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type StructSubtype -
Uses of StructSubtype in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return StructSubtypeModifier and TypeMethodDescriptionTypesSection.structSubtype
(String name, StructType superType, List<StructType.Field> fields)