class org.apache.lucene.util.automaton.Lev1TParametricDescription extends org.apache.lucene.util.automaton.LevenshteinAutomata$ParametricDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.automaton.Lev1TParametricDescription
  super_class: org.apache.lucene.util.automaton.LevenshteinAutomata$ParametricDescription
{
  private static final long[] toStates0;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] offsetIncrs0;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] toStates1;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] offsetIncrs1;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] toStates2;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] offsetIncrs2;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] toStates3;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] offsetIncrs3;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 27
            ldc Lorg/apache/lucene/util/automaton/Lev1TParametricDescription;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.$assertionsDisabled:Z
         3: .line 75
            iconst_1
            newarray 11
            dup
            iconst_0
         4: .line 76
            ldc 2
            lastore
         5: .line 75
            putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.toStates0:[J
         6: .line 78
            iconst_1
            newarray 11
            putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.offsetIncrs0:[J
         7: .line 83
            iconst_1
            newarray 11
            dup
            iconst_0
         8: .line 84
            ldc 2627
            lastore
         9: .line 83
            putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.toStates1:[J
        10: .line 86
            iconst_1
            newarray 11
            dup
            iconst_0
        11: .line 87
            ldc 56
            lastore
        12: .line 86
            putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.offsetIncrs1:[J
        13: .line 91
            iconst_2
            newarray 11
            dup
            iconst_0
        14: .line 92
            ldc 3770437665469759491
            lastore
            dup
            iconst_1
            ldc 109
            lastore
        15: .line 91
            putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.toStates2:[J
        16: .line 94
            iconst_1
            newarray 11
            dup
            iconst_0
        17: .line 95
            ldc 93824997261312
            lastore
        18: .line 94
            putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.offsetIncrs2:[J
        19: .line 99
            iconst_3
            newarray 11
            dup
            iconst_0
        20: .line 100
            ldc 2400990710628876291
            lastore
            dup
            iconst_1
            ldc 6578942815394632045
            lastore
            dup
            iconst_2
            ldc 55860
            lastore
        21: .line 99
            putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.toStates3:[J
        22: .line 102
            iconst_2
            newarray 11
            dup
            iconst_0
        23: .line 103
            ldc 6149012224770572288
            lastore
            dup
            iconst_1
            ldc 1431655765
            lastore
        24: .line 102
            putstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.offsetIncrs3:[J
        25: .line 104
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  int transition(int, int, int);
    descriptor: (III)I
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.apache.lucene.util.automaton.Lev1TParametricDescription this
        start local 1 // int absState
        start local 2 // int position
        start local 3 // int vector
         0: .line 32
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.$assertionsDisabled:Z
            ifne 1
            iload 1 /* absState */
            iconst_m1
            if_icmpne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 35
      StackMap locals:
      StackMap stack:
            iload 1 /* absState */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Lev1TParametricDescription.w:I
            iconst_1
            iadd
            idiv
            istore 4 /* state */
        start local 4 // int state
         2: .line 36
            iload 1 /* absState */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Lev1TParametricDescription.w:I
            iconst_1
            iadd
            irem
            istore 5 /* offset */
        start local 5 // int offset
         3: .line 37
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.$assertionsDisabled:Z
            ifne 4
            iload 5 /* offset */
            ifge 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 39
      StackMap locals: int int
      StackMap stack:
            iload 2 /* position */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Lev1TParametricDescription.w:I
            if_icmpne 10
         5: .line 40
            iload 4 /* state */
            iconst_2
            if_icmpge 26
         6: .line 41
            iload 3 /* vector */
            iconst_2
            imul
            iload 4 /* state */
            iadd
            istore 6 /* loc */
        start local 6 // int loc
         7: .line 42
            iload 5 /* offset */
            aload 0 /* this */
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.offsetIncrs0:[J
            iload 6 /* loc */
            iconst_1
            invokevirtual org.apache.lucene.util.automaton.Lev1TParametricDescription.unpack:([JII)I
            iadd
            istore 5 /* offset */
         8: .line 43
            aload 0 /* this */
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.toStates0:[J
            iload 6 /* loc */
            iconst_2
            invokevirtual org.apache.lucene.util.automaton.Lev1TParametricDescription.unpack:([JII)I
            iconst_1
            isub
            istore 4 /* state */
        end local 6 // int loc
         9: .line 45
            goto 26
      StackMap locals:
      StackMap stack:
        10: iload 2 /* position */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Lev1TParametricDescription.w:I
            iconst_1
            isub
            if_icmpne 16
        11: .line 46
            iload 4 /* state */
            iconst_3
            if_icmpge 26
        12: .line 47
            iload 3 /* vector */
            iconst_3
            imul
            iload 4 /* state */
            iadd
            istore 6 /* loc */
        start local 6 // int loc
        13: .line 48
            iload 5 /* offset */
            aload 0 /* this */
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.offsetIncrs1:[J
            iload 6 /* loc */
            iconst_1
            invokevirtual org.apache.lucene.util.automaton.Lev1TParametricDescription.unpack:([JII)I
            iadd
            istore 5 /* offset */
        14: .line 49
            aload 0 /* this */
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.toStates1:[J
            iload 6 /* loc */
            iconst_2
            invokevirtual org.apache.lucene.util.automaton.Lev1TParametricDescription.unpack:([JII)I
            iconst_1
            isub
            istore 4 /* state */
        end local 6 // int loc
        15: .line 51
            goto 26
      StackMap locals:
      StackMap stack:
        16: iload 2 /* position */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Lev1TParametricDescription.w:I
            iconst_2
            isub
            if_icmpne 22
        17: .line 52
            iload 4 /* state */
            bipush 6
            if_icmpge 26
        18: .line 53
            iload 3 /* vector */
            bipush 6
            imul
            iload 4 /* state */
            iadd
            istore 6 /* loc */
        start local 6 // int loc
        19: .line 54
            iload 5 /* offset */
            aload 0 /* this */
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.offsetIncrs2:[J
            iload 6 /* loc */
            iconst_2
            invokevirtual org.apache.lucene.util.automaton.Lev1TParametricDescription.unpack:([JII)I
            iadd
            istore 5 /* offset */
        20: .line 55
            aload 0 /* this */
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.toStates2:[J
            iload 6 /* loc */
            iconst_3
            invokevirtual org.apache.lucene.util.automaton.Lev1TParametricDescription.unpack:([JII)I
            iconst_1
            isub
            istore 4 /* state */
        end local 6 // int loc
        21: .line 57
            goto 26
        22: .line 58
      StackMap locals:
      StackMap stack:
            iload 4 /* state */
            bipush 6
            if_icmpge 26
        23: .line 59
            iload 3 /* vector */
            bipush 6
            imul
            iload 4 /* state */
            iadd
            istore 6 /* loc */
        start local 6 // int loc
        24: .line 60
            iload 5 /* offset */
            aload 0 /* this */
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.offsetIncrs3:[J
            iload 6 /* loc */
            iconst_2
            invokevirtual org.apache.lucene.util.automaton.Lev1TParametricDescription.unpack:([JII)I
            iadd
            istore 5 /* offset */
        25: .line 61
            aload 0 /* this */
            getstatic org.apache.lucene.util.automaton.Lev1TParametricDescription.toStates3:[J
            iload 6 /* loc */
            iconst_3
            invokevirtual org.apache.lucene.util.automaton.Lev1TParametricDescription.unpack:([JII)I
            iconst_1
            isub
            istore 4 /* state */
        end local 6 // int loc
        26: .line 65
      StackMap locals:
      StackMap stack:
            iload 4 /* state */
            iconst_m1
            if_icmpne 28
        27: .line 67
            iconst_m1
            ireturn
        28: .line 70
      StackMap locals:
      StackMap stack:
            iload 4 /* state */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Lev1TParametricDescription.w:I
            iconst_1
            iadd
            imul
            iload 5 /* offset */
            iadd
            ireturn
        end local 5 // int offset
        end local 4 // int state
        end local 3 // int vector
        end local 2 // int position
        end local 1 // int absState
        end local 0 // org.apache.lucene.util.automaton.Lev1TParametricDescription this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   29     0      this  Lorg/apache/lucene/util/automaton/Lev1TParametricDescription;
            0   29     1  absState  I
            0   29     2  position  I
            0   29     3    vector  I
            2   29     4     state  I
            3   29     5    offset  I
            7    9     6       loc  I
           13   15     6       loc  I
           19   21     6       loc  I
           24   26     6       loc  I
    MethodParameters:
          Name  Flags
      absState  
      position  
      vector    

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.automaton.Lev1TParametricDescription this
        start local 1 // int w
         0: .line 116
            aload 0 /* this */
            iload 1 /* w */
            iconst_1
            bipush 6
            newarray 10
            dup
            iconst_1
            iconst_1
            iastore
            dup
            iconst_3
            iconst_m1
            iastore
            dup
            iconst_4
            iconst_m1
            iastore
            dup
            iconst_5
            iconst_m1
            iastore
            invokespecial org.apache.lucene.util.automaton.LevenshteinAutomata$ParametricDescription.<init>:(II[I)V
         1: .line 117
            return
        end local 1 // int w
        end local 0 // org.apache.lucene.util.automaton.Lev1TParametricDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/automaton/Lev1TParametricDescription;
            0    2     1     w  I
    MethodParameters:
      Name  Flags
      w     
}
SourceFile: "Lev1TParametricDescription.java"
InnerClasses:
  abstract ParametricDescription = org.apache.lucene.util.automaton.LevenshteinAutomata$ParametricDescription of org.apache.lucene.util.automaton.LevenshteinAutomata