Module Simula

Class RepairSTM_MethodVisitor.LabelHandle

java.lang.Object
simula.compiler.byteCodeEngineering.RepairSTM_MethodVisitor.LabelHandle
Enclosing class:
RepairSTM_MethodVisitor

private class RepairSTM_MethodVisitor.LabelHandle extends Object
  • Field Details

    • index

      int index
    • target

      org.objectweb.asm.tree.LabelNode target
    • ident

      String ident
  • Constructor Details

    • LabelHandle

      LabelHandle(int index, org.objectweb.asm.tree.LabelNode target, Object ident)
  • Method Details