Class SameFrameExtended


  • public class SameFrameExtended
    extends StackMapFrame
    A same_frame_extended stack map entry - unchanged type state, with the offset delta stored explicitly.
    • Constructor Detail

      • SameFrameExtended

        public SameFrameExtended​(int frameType,
                                 ClassFile classFile)
        Reads the frame's offset delta from the class file at its current position.
        Parameters:
        frameType - the frame tag already consumed, always 251
        classFile - the class file being parsed
      • SameFrameExtended

        public SameFrameExtended​(int offsetDelta)
        Creates a frame with tag 251 for emission.
        Parameters:
        offsetDelta - bytecode offset delta from the previous frame