Class IntegerStack

java.lang.Object
org.antlr.v4.runtime.misc.IntegerList
org.antlr.v4.runtime.misc.IntegerStack

public class IntegerStack extends IntegerList
Author:
Sam Harwell
  • Constructor Details

    • IntegerStack

      public IntegerStack()
    • IntegerStack

      public IntegerStack(int capacity)
    • IntegerStack

      public IntegerStack(IntegerStack list)
  • Method Details

    • push

      public final void push(int value)
    • pop

      public final int pop()
    • peek

      public final int peek()