Class MultiArrayFunctionName


public class MultiArrayFunctionName extends ArraySyntheticFunctionName
Synthetic functions for creating multidimensional dimensional arrays
Author:
Volker Berlin
  • Method Details

    • getCodeBuilder

      protected WasmCodeBuilder getCodeBuilder(WatParser watParser)
      Get the WasmCodeBuilder for the synthetic WASM code.
      Parameters:
      watParser - a helping WatParser
      Returns:
      the code
    • getCode

      @Nonnull protected String getCode()
      Get Wat code, can be overridden.
      Returns:
      the code
    • hasWasmCode

      protected boolean hasWasmCode()
      If this function has WASM code or if this function is a import with JavaScript code.
      Specified by:
      hasWasmCode in class SyntheticFunctionName
      Returns:
      true, if WASM code