Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.StructType.Field
-
Packages that use StructType.Field Package Description de.mirkosertic.bytecoder.core.backend.wasm de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
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.Field Modifier and Type Method Description private WasmStructuredControlflowCodeGenerator.LambdaInstance
WasmStructuredControlflowCodeGenerator. createLambdaInstance(org.objectweb.asm.Type type, ExportableFunction implFunction, java.util.List<StructType.Field> closureFields, java.util.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.Field Modifier and Type Field Description protected java.util.List<StructType.Field>
StructType. fields
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return StructType.Field Modifier and Type Method Description StructType.Field
StructType. fieldByName(java.lang.String fieldName)
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type StructType.Field Modifier and Type Method Description java.util.List<StructType.Field>
StructType. getFields()
private static java.util.List<StructType.Field>
StructSubtype. join(java.util.List<StructType.Field> a, java.util.List<StructType.Field> b)
Method parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type StructType.Field Modifier and Type Method Description private static java.util.List<StructType.Field>
StructSubtype. join(java.util.List<StructType.Field> a, java.util.List<StructType.Field> b)
StructSubtype
TypesSection. structSubtype(java.lang.String name, StructType superType, java.util.List<StructType.Field> fields)
StructType
TypesSection. structType(java.lang.String name, java.util.List<StructType.Field> fields)
Constructor parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type StructType.Field Constructor Description StructSubtype(TypesSection section, java.lang.String name, StructType supertype, java.util.List<StructType.Field> fields)
StructType(TypesSection section, java.lang.String name, java.util.List<StructType.Field> fields)
-