Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.StructType.Field
Packages that use StructType.Field
Package
Description
-
Uses of StructType.Field in de.mirkosertic.bytecoder.core.backend.wasm
Method parameters in de.mirkosertic.bytecoder.core.backend.wasm with type arguments of type StructType.FieldModifier and TypeMethodDescriptionWasmStructuredControlflowCodeGenerator.createLambdaInstance
(org.objectweb.asm.Type type, ExportableFunction implFunction, List<StructType.Field> closureFields, List<WasmValue> closureArguments) -
Uses of StructType.Field in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type StructType.FieldMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return StructType.FieldMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type StructType.FieldModifier and TypeMethodDescriptionStructType.getFields()
private static List
<StructType.Field> StructSubtype.join
(List<StructType.Field> a, List<StructType.Field> b) Method parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type StructType.FieldModifier and TypeMethodDescriptionprivate static List
<StructType.Field> StructSubtype.join
(List<StructType.Field> a, List<StructType.Field> b) TypesSection.structSubtype
(String name, StructType superType, List<StructType.Field> fields) TypesSection.structType
(String name, List<StructType.Field> fields) Constructor parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type StructType.FieldModifierConstructorDescription(package private)
StructSubtype
(TypesSection section, String name, StructType supertype, List<StructType.Field> fields) (package private)
StructType
(TypesSection section, String name, List<StructType.Field> fields)