Class StructType.Field

java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.StructType.Field
Enclosing class:
StructType

public static class StructType.Field extends Object
  • Field Details

    • name

      protected final String name
    • type

      protected final WasmType type
    • mutable

      protected final boolean mutable
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getType

      public WasmType getType()
    • writeTo

      public void writeTo(TextWriter writer)