Class LineNumberAttribute.Pc

java.lang.Object
javassist.bytecode.LineNumberAttribute.Pc
Enclosing class:
LineNumberAttribute

public static class LineNumberAttribute.Pc extends Object
Used as a return type of toNearPc().
  • Field Details

    • index

      public int index
      The index into the code array.
    • line

      public int line
      The line number.
  • Constructor Details

    • Pc

      public Pc()