Class PopContaining.PopInstruction

  • Enclosing interface:
    PopContaining

    public static class PopContaining.PopInstruction
    extends Object
    A class for storing the Scope Context. It has two elements: - label: String - pop: Pop value
    • Constructor Detail

      • PopInstruction

        public PopInstruction​(String label,
                              Pop pop)
      • PopInstruction

        public PopInstruction​(Pop pop,
                              String label)
      • PopInstruction

        public PopInstruction()
    • Method Detail

      • getLabel

        public String getLabel()
      • getPop

        public Pop getPop()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object