Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.TypesSection
Packages that use TypesSection
-
Uses of TypesSection in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as TypesSectionModifier and TypeFieldDescriptionprivate final TypesSection
ArrayType.section
private final TypesSection
Module.types
private final TypesSection
FunctionType.typesSection
protected final TypesSection
StructType.typesSection
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return TypesSectionConstructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type TypesSectionModifierConstructorDescription(package private)
ArrayType
(TypesSection section, WasmType elementType) (package private)
FunctionType
(TypesSection section, WasmType resultType) (package private)
FunctionType
(TypesSection section, List<WasmType> parameter) (package private)
FunctionType
(TypesSection section, List<WasmType> parameter, WasmType resultType) (package private)
StructSubtype
(TypesSection section, String name, StructType supertype, List<StructType.Field> fields) (package private)
StructType
(TypesSection section, String name, List<StructType.Field> fields)