Class LessZeroFrame

All Implemented Interfaces:
Serializable, Processable

public class LessZeroFrame extends StackMapFrame
This StackMapFrame represents an "chop frame".
See Also:
  • Field Details

    • choppedVariablesCount

      public int choppedVariablesCount
  • Constructor Details

    • LessZeroFrame

      public LessZeroFrame()
      Creates an uninitialized LessZeroFrame.
    • LessZeroFrame

      public LessZeroFrame(int tag)
      Creates a LessZeroFrame with the given tag.
    • LessZeroFrame

      public LessZeroFrame(byte choppedVariablesCount)
      Creates a LessZeroFrame with the given number of chopped variables.
  • Method Details