Class DelegatingExtHolder

java.lang.Object
io.github.eutro.wasm2j.core.ext.ExtHolder
io.github.eutro.wasm2j.core.ext.DelegatingExtHolder
All Implemented Interfaces:
ExtContainer
Direct Known Subclasses:
DelegatingExporter, Effect, Insn, Op

public abstract class DelegatingExtHolder extends ExtHolder
An ExtHolder that additionally delegates to another ExtContainer if it can't find a given ext in itself.
  • Constructor Details

    • DelegatingExtHolder

      public DelegatingExtHolder()
  • Method Details