public final class org.antlr.v4.runtime.atn.LexerCustomAction 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.LexerCustomAction
  super_class: java.lang.Object
{
  private final int ruleIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.antlr.v4.runtime.atn.LexerCustomAction this
        start local 1 // int ruleIndex
        start local 2 // int actionIndex
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            iload 1 /* ruleIndex */
            putfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
         2: .line 42
            aload 0 /* this */
            iload 2 /* actionIndex */
            putfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
         3: .line 43
            return
        end local 2 // int actionIndex
        end local 1 // int ruleIndex
        end local 0 // org.antlr.v4.runtime.atn.LexerCustomAction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/antlr/v4/runtime/atn/LexerCustomAction;
            0    4     1    ruleIndex  I
            0    4     2  actionIndex  I
    MethodParameters:
             Name  Flags
      ruleIndex    
      actionIndex  

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

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

  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.LexerCustomAction this
         0: .line 70
            getstatic org.antlr.v4.runtime.atn.LexerActionType.CUSTOM:Lorg/antlr/v4/runtime/atn/LexerActionType;
            areturn
        end local 0 // org.antlr.v4.runtime.atn.LexerCustomAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/LexerCustomAction;

  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.LexerCustomAction this
         0: .line 86
            iconst_1
            ireturn
        end local 0 // org.antlr.v4.runtime.atn.LexerCustomAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/LexerCustomAction;

  public void execute(org.antlr.v4.runtime.Lexer);
    descriptor: (Lorg/antlr/v4/runtime/Lexer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.LexerCustomAction this
        start local 1 // org.antlr.v4.runtime.Lexer lexer
         0: .line 97
            aload 1 /* lexer */
            aconst_null
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
            invokevirtual org.antlr.v4.runtime.Lexer.action:(Lorg/antlr/v4/runtime/RuleContext;II)V
         1: .line 98
            return
        end local 1 // org.antlr.v4.runtime.Lexer lexer
        end local 0 // org.antlr.v4.runtime.atn.LexerCustomAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/atn/LexerCustomAction;
            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.LexerCustomAction this
         0: .line 102
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.initialize:()I
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 103
            iload 1 /* hash */
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.atn.LexerCustomAction.getActionType:()Lorg/antlr/v4/runtime/atn/LexerActionType;
            invokevirtual org.antlr.v4.runtime.atn.LexerActionType.ordinal:()I
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
            istore 1 /* hash */
         2: .line 104
            iload 1 /* hash */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
            istore 1 /* hash */
         3: .line 105
            iload 1 /* hash */
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.update:(II)I
            istore 1 /* hash */
         4: .line 106
            iload 1 /* hash */
            iconst_3
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.finish:(II)I
            ireturn
        end local 1 // int hash
        end local 0 // org.antlr.v4.runtime.atn.LexerCustomAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/antlr/v4/runtime/atn/LexerCustomAction;
            1    5     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.LexerCustomAction 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.LexerCustomAction
            ifne 4
         3: .line 115
            iconst_0
            ireturn
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.antlr.v4.runtime.atn.LexerCustomAction
            astore 2 /* other */
        start local 2 // org.antlr.v4.runtime.atn.LexerCustomAction other
         5: .line 119
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
            aload 2 /* other */
            getfield org.antlr.v4.runtime.atn.LexerCustomAction.ruleIndex:I
            if_icmpne 8
         6: .line 120
            aload 0 /* this */
            getfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
            aload 2 /* other */
            getfield org.antlr.v4.runtime.atn.LexerCustomAction.actionIndex:I
            if_icmpne 8
         7: .line 119
            iconst_1
            ireturn
      StackMap locals: org.antlr.v4.runtime.atn.LexerCustomAction
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.antlr.v4.runtime.atn.LexerCustomAction other
        end local 1 // java.lang.Object obj
        end local 0 // org.antlr.v4.runtime.atn.LexerCustomAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/antlr/v4/runtime/atn/LexerCustomAction;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lorg/antlr/v4/runtime/atn/LexerCustomAction;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "LexerCustomAction.java"