public abstract class org.jf.smali.LexerErrorInterface$ANTLRLexerWithErrorInterface extends org.antlr.runtime.Lexer implements org.jf.smali.LexerErrorInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jf.smali.LexerErrorInterface$ANTLRLexerWithErrorInterface
  super_class: org.antlr.runtime.Lexer
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.smali.LexerErrorInterface$ANTLRLexerWithErrorInterface this
         0: .line 41
            aload 0 /* this */
            invokespecial org.antlr.runtime.Lexer.<init>:()V
         1: .line 42
            return
        end local 0 // org.jf.smali.LexerErrorInterface$ANTLRLexerWithErrorInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jf/smali/LexerErrorInterface$ANTLRLexerWithErrorInterface;

  public void <init>(org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState);
    descriptor: (Lorg/antlr/runtime/CharStream;Lorg/antlr/runtime/RecognizerSharedState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jf.smali.LexerErrorInterface$ANTLRLexerWithErrorInterface this
        start local 1 // org.antlr.runtime.CharStream input
        start local 2 // org.antlr.runtime.RecognizerSharedState state
         0: .line 45
            aload 0 /* this */
            aload 1 /* input */
            aload 2 /* state */
            invokespecial org.antlr.runtime.Lexer.<init>:(Lorg/antlr/runtime/CharStream;Lorg/antlr/runtime/RecognizerSharedState;)V
         1: .line 46
            return
        end local 2 // org.antlr.runtime.RecognizerSharedState state
        end local 1 // org.antlr.runtime.CharStream input
        end local 0 // org.jf.smali.LexerErrorInterface$ANTLRLexerWithErrorInterface this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jf/smali/LexerErrorInterface$ANTLRLexerWithErrorInterface;
            0    2     1  input  Lorg/antlr/runtime/CharStream;
            0    2     2  state  Lorg/antlr/runtime/RecognizerSharedState;
    MethodParameters:
       Name  Flags
      input  
      state  
}
SourceFile: "LexerErrorInterface.java"
NestHost: org.jf.smali.LexerErrorInterface
InnerClasses:
  public abstract ANTLRLexerWithErrorInterface = org.jf.smali.LexerErrorInterface$ANTLRLexerWithErrorInterface of org.jf.smali.LexerErrorInterface