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 TypesSectionArrayType.sectionprivate final TypesSectionModule.typesprivate final TypesSectionFunctionType.typesSectionprotected final TypesSectionStructType.typesSectionMethods 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)