Class FBClassReader.MyLabel

  • Enclosing class:
    FBClassReader

    private static class FBClassReader.MyLabel
    extends org.objectweb.asm.Label
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int originalOffset  
      (package private) boolean realLabel  
      • Fields inherited from class org.objectweb.asm.Label

        info
    • Constructor Summary

      Constructors 
      Constructor Description
      MyLabel​(int originalOffset)  
    • Method Summary

      • Methods inherited from class org.objectweb.asm.Label

        getOffset, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • originalOffset

        final int originalOffset
      • realLabel

        boolean realLabel
    • Constructor Detail

      • MyLabel

        MyLabel​(int originalOffset)