public class org.antlr.v4.runtime.atn.LexerActionExecutor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.atn.LexerActionExecutor
  super_class: java.lang.Object
{
  private final org.antlr.v4.runtime.atn.LexerAction[] lexerActions;
    descriptor: [Lorg/antlr/v4/runtime/atn/LexerAction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int hashCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.antlr.v4.runtime.atn.LexerAction[]);
    descriptor: ([Lorg/antlr/v4/runtime/atn/LexerAction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
        start local 1 // org.antlr.v4.runtime.atn.LexerAction[] lexerActions
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* lexerActions */
            putfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
         2: .line 44
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.initialize:()I
            istore 2 /* hash */
        start local 2 // int hash
         3: .line 45
            aload 1 /* lexerActions */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.atn.LexerAction[] int top int int org.antlr.v4.runtime.atn.LexerAction[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* lexerAction */
        start local 3 // org.antlr.v4.runtime.atn.LexerAction lexerAction
         5: .line 46
            iload 2 /* hash */
            aload 3 /* lexerAction */
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(ILjava/lang/Object;)I
            istore 2 /* hash */
        end local 3 // org.antlr.v4.runtime.atn.LexerAction lexerAction
         6: .line 45
            iinc 4 1
      StackMap locals:
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 4
         8: .line 49
            aload 0 /* this */
            iload 2 /* hash */
            aload 1 /* lexerActions */
            arraylength
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.finish:(II)I
            putfield org.antlr.v4.runtime.atn.LexerActionExecutor.hashCode:I
         9: .line 50
            return
        end local 2 // int hash
        end local 1 // org.antlr.v4.runtime.atn.LexerAction[] lexerActions
        end local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
            0   10     1  lexerActions  [Lorg/antlr/v4/runtime/atn/LexerAction;
            3   10     2          hash  I
            5    6     3   lexerAction  Lorg/antlr/v4/runtime/atn/LexerAction;
    MethodParameters:
              Name  Flags
      lexerActions  

  public static org.antlr.v4.runtime.atn.LexerActionExecutor append(org.antlr.v4.runtime.atn.LexerActionExecutor, org.antlr.v4.runtime.atn.LexerAction);
    descriptor: (Lorg/antlr/v4/runtime/atn/LexerActionExecutor;Lorg/antlr/v4/runtime/atn/LexerAction;)Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor lexerActionExecutor
        start local 1 // org.antlr.v4.runtime.atn.LexerAction lexerAction
         0: .line 68
            aload 0 /* lexerActionExecutor */
            ifnonnull 2
         1: .line 69
            new org.antlr.v4.runtime.atn.LexerActionExecutor
            dup
            iconst_1
            anewarray org.antlr.v4.runtime.atn.LexerAction
            dup
            iconst_0
            aload 1 /* lexerAction */
            aastore
            invokespecial org.antlr.v4.runtime.atn.LexerActionExecutor.<init>:([Lorg/antlr/v4/runtime/atn/LexerAction;)V
            areturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* lexerActionExecutor */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            aload 0 /* lexerActionExecutor */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            arraylength
            iconst_1
            iadd
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.antlr.v4.runtime.atn.LexerAction[]
            astore 2 /* lexerActions */
        start local 2 // org.antlr.v4.runtime.atn.LexerAction[] lexerActions
         3: .line 73
            aload 2 /* lexerActions */
            aload 2 /* lexerActions */
            arraylength
            iconst_1
            isub
            aload 1 /* lexerAction */
            aastore
         4: .line 74
            new org.antlr.v4.runtime.atn.LexerActionExecutor
            dup
            aload 2 /* lexerActions */
            invokespecial org.antlr.v4.runtime.atn.LexerActionExecutor.<init>:([Lorg/antlr/v4/runtime/atn/LexerAction;)V
            areturn
        end local 2 // org.antlr.v4.runtime.atn.LexerAction[] lexerActions
        end local 1 // org.antlr.v4.runtime.atn.LexerAction lexerAction
        end local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor lexerActionExecutor
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0  lexerActionExecutor  Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
            0    5     1          lexerAction  Lorg/antlr/v4/runtime/atn/LexerAction;
            3    5     2         lexerActions  [Lorg/antlr/v4/runtime/atn/LexerAction;
    MethodParameters:
                     Name  Flags
      lexerActionExecutor  
      lexerAction          

  public org.antlr.v4.runtime.atn.LexerActionExecutor fixOffsetBeforeMatch(int);
    descriptor: (I)Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
        start local 1 // int offset
         0: .line 107
            aconst_null
            astore 2 /* updatedLexerActions */
        start local 2 // org.antlr.v4.runtime.atn.LexerAction[] updatedLexerActions
         1: .line 108
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 109
      StackMap locals: org.antlr.v4.runtime.atn.LexerAction[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            iload 3 /* i */
            aaload
            invokeinterface org.antlr.v4.runtime.atn.LexerAction.isPositionDependent:()Z
            ifeq 7
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            iload 3 /* i */
            aaload
            instanceof org.antlr.v4.runtime.atn.LexerIndexedCustomAction
            ifne 7
         4: .line 110
            aload 2 /* updatedLexerActions */
            ifnonnull 6
         5: .line 111
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            invokevirtual org.antlr.v4.runtime.atn.LexerAction[].clone:()Ljava/lang/Object;
            checkcast org.antlr.v4.runtime.atn.LexerAction[]
            astore 2 /* updatedLexerActions */
         6: .line 114
      StackMap locals:
      StackMap stack:
            aload 2 /* updatedLexerActions */
            iload 3 /* i */
            new org.antlr.v4.runtime.atn.LexerIndexedCustomAction
            dup
            iload 1 /* offset */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            iload 3 /* i */
            aaload
            invokespecial org.antlr.v4.runtime.atn.LexerIndexedCustomAction.<init>:(ILorg/antlr/v4/runtime/atn/LexerAction;)V
            aastore
         7: .line 108
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            arraylength
            if_icmplt 3
        end local 3 // int i
         9: .line 118
            aload 2 /* updatedLexerActions */
            ifnonnull 11
        10: .line 119
            aload 0 /* this */
            areturn
        11: .line 122
      StackMap locals:
      StackMap stack:
            new org.antlr.v4.runtime.atn.LexerActionExecutor
            dup
            aload 2 /* updatedLexerActions */
            invokespecial org.antlr.v4.runtime.atn.LexerActionExecutor.<init>:([Lorg/antlr/v4/runtime/atn/LexerAction;)V
            areturn
        end local 2 // org.antlr.v4.runtime.atn.LexerAction[] updatedLexerActions
        end local 1 // int offset
        end local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
            0   12     1               offset  I
            1   12     2  updatedLexerActions  [Lorg/antlr/v4/runtime/atn/LexerAction;
            2    9     3                    i  I
    MethodParameters:
        Name  Flags
      offset  

  public org.antlr.v4.runtime.atn.LexerAction[] getLexerActions();
    descriptor: ()[Lorg/antlr/v4/runtime/atn/LexerAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
         0: .line 130
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            areturn
        end local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/LexerActionExecutor;

  public void execute(org.antlr.v4.runtime.Lexer, org.antlr.v4.runtime.CharStream, int);
    descriptor: (Lorg/antlr/v4/runtime/Lexer;Lorg/antlr/v4/runtime/CharStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=12, args_size=4
        start local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
        start local 1 // org.antlr.v4.runtime.Lexer lexer
        start local 2 // org.antlr.v4.runtime.CharStream input
        start local 3 // int startIndex
         0: .line 153
            iconst_0
            istore 4 /* requiresSeek */
        start local 4 // boolean requiresSeek
         1: .line 154
            aload 2 /* input */
            invokeinterface org.antlr.v4.runtime.CharStream.index:()I
            istore 5 /* stopIndex */
        start local 5 // int stopIndex
         2: .line 156
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 17
      StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int top int int org.antlr.v4.runtime.atn.LexerAction[]
      StackMap stack:
         3: aload 9
            iload 7
            aaload
            astore 6 /* lexerAction */
        start local 6 // org.antlr.v4.runtime.atn.LexerAction lexerAction
         4: .line 157
            aload 6 /* lexerAction */
            instanceof org.antlr.v4.runtime.atn.LexerIndexedCustomAction
            ifeq 12
         5: .line 158
            aload 6 /* lexerAction */
            checkcast org.antlr.v4.runtime.atn.LexerIndexedCustomAction
            invokevirtual org.antlr.v4.runtime.atn.LexerIndexedCustomAction.getOffset:()I
            istore 10 /* offset */
        start local 10 // int offset
         6: .line 159
            aload 2 /* input */
            iload 3 /* startIndex */
            iload 10 /* offset */
            iadd
            invokeinterface org.antlr.v4.runtime.CharStream.seek:(I)V
         7: .line 160
            aload 6 /* lexerAction */
            checkcast org.antlr.v4.runtime.atn.LexerIndexedCustomAction
            invokevirtual org.antlr.v4.runtime.atn.LexerIndexedCustomAction.getAction:()Lorg/antlr/v4/runtime/atn/LexerAction;
            astore 6 /* lexerAction */
         8: .line 161
            iload 3 /* startIndex */
            iload 10 /* offset */
            iadd
            iload 5 /* stopIndex */
            if_icmpeq 9
            iconst_1
            goto 10
      StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int org.antlr.v4.runtime.atn.LexerAction int int org.antlr.v4.runtime.atn.LexerAction[] int
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 4 /* requiresSeek */
        end local 10 // int offset
        11: .line 162
            goto 15
        12: .line 163
      StackMap locals:
      StackMap stack:
            aload 6 /* lexerAction */
            invokeinterface org.antlr.v4.runtime.atn.LexerAction.isPositionDependent:()Z
            ifeq 15
        13: .line 164
            aload 2 /* input */
            iload 5 /* stopIndex */
            invokeinterface org.antlr.v4.runtime.CharStream.seek:(I)V
        14: .line 165
            iconst_0
            istore 4 /* requiresSeek */
        15: .line 168
      StackMap locals:
      StackMap stack:
            aload 6 /* lexerAction */
            aload 1 /* lexer */
            invokeinterface org.antlr.v4.runtime.atn.LexerAction.execute:(Lorg/antlr/v4/runtime/Lexer;)V
        end local 6 // org.antlr.v4.runtime.atn.LexerAction lexerAction
        16: .line 156
            iinc 7 1
      StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int top int int org.antlr.v4.runtime.atn.LexerAction[]
      StackMap stack:
        17: iload 7
            iload 8
            if_icmplt 3
        18: .line 170
            goto 23
        19: .line 171
      StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int
      StackMap stack: java.lang.Throwable
            astore 11
        20: .line 172
            iload 4 /* requiresSeek */
            ifeq 22
        21: .line 173
            aload 2 /* input */
            iload 5 /* stopIndex */
            invokeinterface org.antlr.v4.runtime.CharStream.seek:(I)V
        22: .line 175
      StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int top top top top top java.lang.Throwable
      StackMap stack:
            aload 11
            athrow
        23: .line 172
      StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor org.antlr.v4.runtime.Lexer org.antlr.v4.runtime.CharStream int int int
      StackMap stack:
            iload 4 /* requiresSeek */
            ifeq 25
        24: .line 173
            aload 2 /* input */
            iload 5 /* stopIndex */
            invokeinterface org.antlr.v4.runtime.CharStream.seek:(I)V
        25: .line 176
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int stopIndex
        end local 4 // boolean requiresSeek
        end local 3 // int startIndex
        end local 2 // org.antlr.v4.runtime.CharStream input
        end local 1 // org.antlr.v4.runtime.Lexer lexer
        end local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
            0   26     1         lexer  Lorg/antlr/v4/runtime/Lexer;
            0   26     2         input  Lorg/antlr/v4/runtime/CharStream;
            0   26     3    startIndex  I
            1   26     4  requiresSeek  Z
            2   26     5     stopIndex  I
            4   16     6   lexerAction  Lorg/antlr/v4/runtime/atn/LexerAction;
            6   11    10        offset  I
      Exception table:
        from    to  target  type
           2    19      19  any
    MethodParameters:
            Name  Flags
      lexer       
      input       
      startIndex  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
         0: .line 180
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.hashCode:I
            ireturn
        end local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/LexerActionExecutor;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
        start local 1 // java.lang.Object obj
         0: .line 185
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 186
            iconst_1
            ireturn
         2: .line 188
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.antlr.v4.runtime.atn.LexerActionExecutor
            ifne 4
         3: .line 189
            iconst_0
            ireturn
         4: .line 192
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.antlr.v4.runtime.atn.LexerActionExecutor
            astore 2 /* other */
        start local 2 // org.antlr.v4.runtime.atn.LexerActionExecutor other
         5: .line 193
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.hashCode:I
            aload 2 /* other */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.hashCode:I
            if_icmpne 8
         6: .line 194
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            aload 2 /* other */
            getfield org.antlr.v4.runtime.atn.LexerActionExecutor.lexerActions:[Lorg/antlr/v4/runtime/atn/LexerAction;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 8
         7: .line 193
            iconst_1
            ireturn
      StackMap locals: org.antlr.v4.runtime.atn.LexerActionExecutor
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.antlr.v4.runtime.atn.LexerActionExecutor other
        end local 1 // java.lang.Object obj
        end local 0 // org.antlr.v4.runtime.atn.LexerActionExecutor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lorg/antlr/v4/runtime/atn/LexerActionExecutor;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "LexerActionExecutor.java"