Class FBClassReader.MyLabel

java.lang.Object
org.objectweb.asm.Label
edu.umd.cs.findbugs.asm.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) final int
     
    (package private) boolean
     

    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 Details

    • originalOffset

      final int originalOffset
    • realLabel

      boolean realLabel
  • Constructor Details

    • MyLabel

      MyLabel(int originalOffset)