public final class org.antlr.v4.runtime.atn.LexerIndexedCustomAction implements org.antlr.v4.runtime.atn.LexerAction
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.antlr.v4.runtime.atn.LexerIndexedCustomAction
  super_class: java.lang.Object
{
  private final int offset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.antlr.v4.runtime.atn.LexerAction action;
    descriptor: Lorg/antlr/v4/runtime/atn/LexerAction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, org.antlr.v4.runtime.atn.LexerAction);
    descriptor: (ILorg/antlr/v4/runtime/atn/LexerAction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
        start local 1 // int offset
        start local 2 // org.antlr.v4.runtime.atn.LexerAction action
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            iload 1 /* offset */
            putfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.offset:I
         2: .line 45
            aload 0 /* this */
            aload 2 /* action */
            putfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
         3: .line 46
            return
        end local 2 // org.antlr.v4.runtime.atn.LexerAction action
        end local 1 // int offset
        end local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
            0    4     1  offset  I
            0    4     2  action  Lorg/antlr/v4/runtime/atn/LexerAction;
    MethodParameters:
        Name  Flags
      offset  
      action  

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

  public org.antlr.v4.runtime.atn.LexerAction getAction();
    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.LexerIndexedCustomAction this
         0: .line 66
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
            areturn
        end local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;

  public org.antlr.v4.runtime.atn.LexerActionType getActionType();
    descriptor: ()Lorg/antlr/v4/runtime/atn/LexerActionType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
         0: .line 77
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
            invokeinterface org.antlr.v4.runtime.atn.LexerAction.getActionType:()Lorg/antlr/v4/runtime/atn/LexerActionType;
            areturn
        end local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;

  public boolean isPositionDependent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
         0: .line 86
            iconst_1
            ireturn
        end local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;

  public void execute(org.antlr.v4.runtime.Lexer);
    descriptor: (Lorg/antlr/v4/runtime/Lexer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
        start local 1 // org.antlr.v4.runtime.Lexer lexer
         0: .line 98
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
            aload 1 /* lexer */
            invokeinterface org.antlr.v4.runtime.atn.LexerAction.execute:(Lorg/antlr/v4/runtime/Lexer;)V
         1: .line 99
            return
        end local 1 // org.antlr.v4.runtime.Lexer lexer
        end local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
            0    2     1  lexer  Lorg/antlr/v4/runtime/Lexer;
    MethodParameters:
       Name  Flags
      lexer  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
         0: .line 103
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.initialize:()I
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 104
            iload 1 /* hash */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.offset:I
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
            istore 1 /* hash */
         2: .line 105
            iload 1 /* hash */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(ILjava/lang/Object;)I
            istore 1 /* hash */
         3: .line 106
            iload 1 /* hash */
            iconst_2
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.finish:(II)I
            ireturn
        end local 1 // int hash
        end local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
            1    4     1  hash  I

  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.LexerIndexedCustomAction this
        start local 1 // java.lang.Object obj
         0: .line 111
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 112
            iconst_1
            ireturn
         2: .line 114
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.antlr.v4.runtime.atn.LexerIndexedCustomAction
            ifne 4
         3: .line 115
            iconst_0
            ireturn
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.antlr.v4.runtime.atn.LexerIndexedCustomAction
            astore 2 /* other */
        start local 2 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction other
         5: .line 119
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.offset:I
            aload 2 /* other */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.offset:I
            if_icmpne 8
         6: .line 120
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
            aload 2 /* other */
            getfield org.antlr.v4.runtime.atn.LexerIndexedCustomAction.action:Lorg/antlr/v4/runtime/atn/LexerAction;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 119
            iconst_1
            ireturn
      StackMap locals: org.antlr.v4.runtime.atn.LexerIndexedCustomAction
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction other
        end local 1 // java.lang.Object obj
        end local 0 // org.antlr.v4.runtime.atn.LexerIndexedCustomAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lorg/antlr/v4/runtime/atn/LexerIndexedCustomAction;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "LexerIndexedCustomAction.java"