Class SameOneFrame

All Implemented Interfaces:
Serializable, Processable

public class SameOneFrame extends StackMapFrame
This StackMapFrame represents a "same locals 1 stack item frame" or a "same locals 1 stack item frame extended".
See Also:
  • Field Details

  • Constructor Details

    • SameOneFrame

      public SameOneFrame()
      Creates an uninitialized SameOneFrame.
    • SameOneFrame

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

      public SameOneFrame(VerificationType stackItem)
      Creates a SameOneFrame with the given stack verification type.
  • Method Details