Class ChopFrame


  • public class ChopFrame
    extends StackMapFrame
    Represents a ChopFrame in the StackMapTable attribute.
    • Constructor Detail

      • ChopFrame

        public ChopFrame​(int frameType,
                         ClassFile classFile)
        Reads the offset delta from the class file at the current position.
        Parameters:
        frameType - the raw frame type tag
        classFile - the source being read
      • ChopFrame

        public ChopFrame​(int frameType,
                         int offsetDelta)
        Creates a frame with an explicit offset delta.
        Parameters:
        frameType - the raw frame type tag
        offsetDelta - the bytecode offset delta from the previous frame