public class org.jruby.lexer.yacc.StackState implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.lexer.yacc.StackState
  super_class: java.lang.Object
{
  private long stack;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.lexer.yacc.StackState this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            lconst_0
            putfield org.jruby.lexer.yacc.StackState.stack:J
         2: .line 36
            return
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/lexer/yacc/StackState;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.lexer.yacc.StackState this
         0: .line 40
            aload 0 /* this */
            lconst_0
            invokevirtual org.jruby.lexer.yacc.StackState.reset:(J)V
         1: .line 41
            return
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/lexer/yacc/StackState;

  public void reset(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.lexer.yacc.StackState this
        start local 1 // long backup
         0: .line 44
            aload 0 /* this */
            lload 1 /* backup */
            putfield org.jruby.lexer.yacc.StackState.stack:J
         1: .line 45
            return
        end local 1 // long backup
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/lexer/yacc/StackState;
            0    2     1  backup  J
    MethodParameters:
        Name  Flags
      backup  

  public long getStack();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.lexer.yacc.StackState this
         0: .line 48
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StackState.stack:J
            lreturn
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/lexer/yacc/StackState;

  public long begin();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.jruby.lexer.yacc.StackState this
         0: .line 53
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StackState.stack:J
            lstore 1 /* old */
        start local 1 // long old
         1: .line 54
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StackState.stack:J
            iconst_1
            lshl
            putfield org.jruby.lexer.yacc.StackState.stack:J
         2: .line 55
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StackState.stack:J
            lconst_1
            lor
            putfield org.jruby.lexer.yacc.StackState.stack:J
         3: .line 56
            lload 1 /* old */
            lreturn
        end local 1 // long old
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/lexer/yacc/StackState;
            1    4     1   old  J

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.lexer.yacc.StackState this
         0: .line 61
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StackState.stack:J
            iconst_1
            lshr
            putfield org.jruby.lexer.yacc.StackState.stack:J
         1: .line 62
            return
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/lexer/yacc/StackState;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.lexer.yacc.StackState this
         0: .line 66
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StackState.stack:J
            iconst_1
            lshl
            putfield org.jruby.lexer.yacc.StackState.stack:J
         1: .line 67
            return
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/lexer/yacc/StackState;

  public void restart();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.jruby.lexer.yacc.StackState this
         0: .line 71
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StackState.stack:J
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StackState.stack:J
            lconst_1
            land
            iconst_1
            lshl
            lor
            putfield org.jruby.lexer.yacc.StackState.stack:J
         1: .line 72
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StackState.stack:J
            iconst_1
            lshr
            putfield org.jruby.lexer.yacc.StackState.stack:J
         2: .line 73
            return
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/lexer/yacc/StackState;

  public boolean isInState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.lexer.yacc.StackState this
         0: .line 77
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StackState.stack:J
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.jruby.lexer.yacc.StackState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/lexer/yacc/StackState;
}
SourceFile: "StackState.java"