java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Local
Direct Known Subclasses:
Param

public class Local extends Object
  • Field Details

    • label

      private final String label
    • type

      private final WasmType type
  • Constructor Details

  • Method Details

    • getLabel

      public String getLabel()
    • getType

      public WasmType getType()
    • writeTo

      public void writeTo(TextWriter textWriter)