public final class org.antlr.v4.runtime.atn.LexerMoreAction 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.LexerMoreAction
  super_class: java.lang.Object
{
  public static final org.antlr.v4.runtime.atn.LexerMoreAction INSTANCE;
    descriptor: Lorg/antlr/v4/runtime/atn/LexerMoreAction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 25
            new org.antlr.v4.runtime.atn.LexerMoreAction
            dup
            invokespecial org.antlr.v4.runtime.atn.LexerMoreAction.<init>:()V
            putstatic org.antlr.v4.runtime.atn.LexerMoreAction.INSTANCE:Lorg/antlr/v4/runtime/atn/LexerMoreAction;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            return
        end local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/atn/LexerMoreAction;

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

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

  public void execute(org.antlr.v4.runtime.Lexer);
    descriptor: (Lorg/antlr/v4/runtime/Lexer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
        start local 1 // org.antlr.v4.runtime.Lexer lexer
         0: .line 58
            aload 1 /* lexer */
            invokevirtual org.antlr.v4.runtime.Lexer.more:()V
         1: .line 59
            return
        end local 1 // org.antlr.v4.runtime.Lexer lexer
        end local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/atn/LexerMoreAction;
            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.LexerMoreAction this
         0: .line 63
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.initialize:()I
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 64
            iload 1 /* hash */
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.atn.LexerMoreAction.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 65
            iload 1 /* hash */
            iconst_1
            invokestatic org.antlr.v4.runtime.misc.MurmurHash.finish:(II)I
            ireturn
        end local 1 // int hash
        end local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/v4/runtime/atn/LexerMoreAction;
            1    3     1  hash  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
        start local 1 // java.lang.Object obj
         0: .line 71
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/atn/LexerMoreAction;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
         0: .line 76
            ldc "more"
            areturn
        end local 0 // org.antlr.v4.runtime.atn.LexerMoreAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/atn/LexerMoreAction;
}
SourceFile: "LexerMoreAction.java"