Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.StructType.Field
Packages that use StructType.Field
-
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.FieldMethod parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type StructType.FieldModifier and TypeMethodDescriptionTypesSection.structSubtype(String name, StructType superType, List<StructType.Field> fields) TypesSection.structType(String name, List<StructType.Field> fields)