public class org.antlr.v4.runtime.misc.IntegerStack extends org.antlr.v4.runtime.misc.IntegerList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.misc.IntegerStack
  super_class: org.antlr.v4.runtime.misc.IntegerList
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.misc.IntegerStack this
         0: .line 14
            aload 0 /* this */
            invokespecial org.antlr.v4.runtime.misc.IntegerList.<init>:()V
         1: .line 15
            return
        end local 0 // org.antlr.v4.runtime.misc.IntegerStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/misc/IntegerStack;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.IntegerStack this
        start local 1 // int capacity
         0: .line 18
            aload 0 /* this */
            iload 1 /* capacity */
            invokespecial org.antlr.v4.runtime.misc.IntegerList.<init>:(I)V
         1: .line 19
            return
        end local 1 // int capacity
        end local 0 // org.antlr.v4.runtime.misc.IntegerStack this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/antlr/v4/runtime/misc/IntegerStack;
            0    2     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public void <init>(org.antlr.v4.runtime.misc.IntegerStack);
    descriptor: (Lorg/antlr/v4/runtime/misc/IntegerStack;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.IntegerStack this
        start local 1 // org.antlr.v4.runtime.misc.IntegerStack list
         0: .line 22
            aload 0 /* this */
            aload 1 /* list */
            invokespecial org.antlr.v4.runtime.misc.IntegerList.<init>:(Lorg/antlr/v4/runtime/misc/IntegerList;)V
         1: .line 23
            return
        end local 1 // org.antlr.v4.runtime.misc.IntegerStack list
        end local 0 // org.antlr.v4.runtime.misc.IntegerStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/misc/IntegerStack;
            0    2     1  list  Lorg/antlr/v4/runtime/misc/IntegerStack;
    MethodParameters:
      Name  Flags
      list  

  public final void push(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.misc.IntegerStack this
        start local 1 // int value
         0: .line 26
            aload 0 /* this */
            iload 1 /* value */
            invokevirtual org.antlr.v4.runtime.misc.IntegerStack.add:(I)V
         1: .line 27
            return
        end local 1 // int value
        end local 0 // org.antlr.v4.runtime.misc.IntegerStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/antlr/v4/runtime/misc/IntegerStack;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public final int pop();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.misc.IntegerStack this
         0: .line 30
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.misc.IntegerStack.size:()I
            iconst_1
            isub
            invokevirtual org.antlr.v4.runtime.misc.IntegerStack.removeAt:(I)I
            ireturn
        end local 0 // org.antlr.v4.runtime.misc.IntegerStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/misc/IntegerStack;

  public final int peek();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.misc.IntegerStack this
         0: .line 34
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.antlr.v4.runtime.misc.IntegerStack.size:()I
            iconst_1
            isub
            invokevirtual org.antlr.v4.runtime.misc.IntegerStack.get:(I)I
            ireturn
        end local 0 // org.antlr.v4.runtime.misc.IntegerStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/misc/IntegerStack;
}
SourceFile: "IntegerStack.java"