Class WasmSignature

java.lang.Object
org.teavm.backend.wasm.render.WasmSignature

public final class WasmSignature extends Object
  • Constructor Details

    • WasmSignature

      public WasmSignature(WasmType returnType, WasmType... parameterTypes)
  • Method Details

    • getReturnType

      public WasmType getReturnType()
    • getParameterTypes

      public List<? extends WasmType> getParameterTypes()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object