Class ResourceValueFrame

    • Constructor Detail

      • ResourceValueFrame

        public ResourceValueFrame​(int numSlots)
    • Method Detail

      • sameAs

        public boolean sameAs​(Frame<ResourceValue> other_)
        Description copied from class: Frame
        Return true if this stack frame is the same as the one given as a parameter.
        Overrides:
        sameAs in class Frame<ResourceValue>
        Parameters:
        other_ - the other Frame
        Returns:
        true if the frames are the same, false otherwise
      • copyFrom

        public void copyFrom​(Frame<ResourceValue> other_)
        Description copied from class: Frame
        Make this Frame exactly the same as the one given as a parameter.
        Overrides:
        copyFrom in class Frame<ResourceValue>
        Parameters:
        other_ - the Frame to make this object the same as
      • toString

        public java.lang.String toString()
        Description copied from class: Frame
        Convert to string.
        Overrides:
        toString in class Frame<ResourceValue>