Interface BytecodeEntry

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void writeTo​(org.objectweb.asm.MethodVisitor visitor)
      Write instruction to the method visitor.
      • Methods inherited from interface org.eolang.jeo.representation.bytecode.Testable

        testCode
    • Method Detail

      • writeTo

        void writeTo​(org.objectweb.asm.MethodVisitor visitor)
        Write instruction to the method visitor.
        Parameters:
        visitor - Method visitor.