java.lang.Object
org.kink_lang.kink.internal.compile.javaclassir.BytecodeGenState

public class BytecodeGenState extends Object
State of generation of bytecode.
  • Constructor Details

    • BytecodeGenState

      public BytecodeGenState(org.objectweb.asm.commons.GeneratorAdapter ga, List<Insn> insns)
      Constructs state with the generator method visitor.
      Parameters:
      ga - Generator method visitor
      insns - the list of insns.
  • Method Details

    • ga

      public org.objectweb.asm.commons.GeneratorAdapter ga()
      Returns the generator adapter.
      Returns:
      the generator adapter.