Packages

c

org.opalj.da

SameFrameExtended

case class SameFrameExtended(frame_type: Int = 251, offset_delta: 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. SameFrameExtended
  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 SameFrameExtended(frame_type: Int = 251, offset_delta: Int)

Value Members

  1. final def attribute_length: Int

    The number of bytes required by the StackMapFrame in a class file.

    The number of bytes required by the StackMapFrame in a class file.

    Definition Classes
    SameFrameExtendedStackMapFrame
  2. val frame_type: Int
    Definition Classes
    SameFrameExtendedStackMapFrame
  3. val offset_delta: Int
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def toXHTML(implicit cp: Constant_Pool, previous_frame_offset: Int): (Node, Int)
    Definition Classes
    SameFrameExtendedStackMapFrame