Class SameZeroFrame

All Implemented Interfaces:
Serializable, Processable

public class SameZeroFrame extends StackMapFrame
This StackMapFrame represents a "same frame" or a "same frame extended".
See Also:
  • Constructor Details

    • SameZeroFrame

      public SameZeroFrame()
      Creates an uninitialized SameZeroFrame.
    • SameZeroFrame

      public SameZeroFrame(int tag)
      Creates a SameZeroFrame with the given tag.
  • Method Details