public class org.jruby.parser.YYDebug
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.parser.YYDebug
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.parser.YYDebug this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // java.lang.Object a
         0: .line 36
            return
        end local 1 // java.lang.Object a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     

  public void discard(int, int, java.lang.String, java.lang.Object);
    descriptor: (IILjava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // int a
        start local 2 // int b
        start local 3 // java.lang.String c
        start local 4 // java.lang.Object d
         0: .line 39
            return
        end local 4 // java.lang.Object d
        end local 3 // java.lang.String c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  I
            0    1     2     b  I
            0    1     3     c  Ljava/lang/String;
            0    1     4     d  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  public void error(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // java.lang.String a
         0: .line 42
            return
        end local 1 // java.lang.String a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      a     

  public void lex(int, int, java.lang.String, java.lang.Object);
    descriptor: (IILjava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // int a
        start local 2 // int b
        start local 3 // java.lang.String c
        start local 4 // java.lang.Object d
         0: .line 45
            return
        end local 4 // java.lang.Object d
        end local 3 // java.lang.String c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  I
            0    1     2     b  I
            0    1     3     c  Ljava/lang/String;
            0    1     4     d  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  public void pop(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // int a
         0: .line 48
            return
        end local 1 // int a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  I
    MethodParameters:
      Name  Flags
      a     

  public void push(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // int a
        start local 2 // java.lang.Object b
         0: .line 51
            return
        end local 2 // java.lang.Object b
        end local 1 // int a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  I
            0    1     2     b  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void reduce(int, int, int, java.lang.String, short);
    descriptor: (IIILjava/lang/String;S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=6
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // java.lang.String d
        start local 5 // short e
         0: .line 54
            return
        end local 5 // short e
        end local 4 // java.lang.String d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  I
            0    1     2     b  I
            0    1     3     c  I
            0    1     4     d  Ljava/lang/String;
            0    1     5     e  S
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      e     

  public void reject();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.jruby.parser.YYDebug this
         0: .line 57
            return
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;

  public void shift(int, short, int);
    descriptor: (ISI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // int a
        start local 2 // short b
        start local 3 // int c
         0: .line 60
            return
        end local 3 // int c
        end local 2 // short b
        end local 1 // int a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  I
            0    1     2     b  S
            0    1     3     c  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     

  public void shift(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.jruby.parser.YYDebug this
        start local 1 // int a
        start local 2 // int b
         0: .line 63
            return
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.jruby.parser.YYDebug this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/YYDebug;
            0    1     1     a  I
            0    1     2     b  I
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "YYDebug.java"