Class CodeIterator.Gap

java.lang.Object
javassist.bytecode.CodeIterator.Gap
Enclosing class:
CodeIterator

public static class CodeIterator.Gap extends Object
An inserted gap.
Since:
3.11
  • Field Details

    • position

      public int position
      The position of the gap.
    • length

      public int length
      The length of the gap.
  • Constructor Details

    • Gap

      public Gap()