Packages

c

org.opalj.br

SameFrame

final case class SameFrame(frameType: Int) extends StackMapFrame with Product with Serializable

Source
StackMapFrame.scala
Linear Supertypes
Serializable, Product, Equals, StackMapFrame, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SameFrame
  2. Serializable
  3. Product
  4. Equals
  5. StackMapFrame
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SameFrame(frameType: Int)

Type Members

  1. type VerificationTypeInfo = br.VerificationTypeInfo
    Definition Classes
    StackMapFrame

Value Members

  1. val frameType: Int
    Definition Classes
    SameFrameStackMapFrame
  2. final def offset(previousOffset: Int): Int

    Computes the offset described by this frame.

    Computes the offset described by this frame.

    previousOffset

    The offset of the previous stack map frame; -1 if this is the first frame.

    Definition Classes
    SameFrameStackMapFrame
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product