Packages

c

org.opalj.da

SameLocals1StackItemFrameExtended

case class SameLocals1StackItemFrameExtended(frame_type: Int = 247, offset_delta: Int, verification_type_info_stack: VerificationTypeInfo) 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. SameLocals1StackItemFrameExtended
  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 SameLocals1StackItemFrameExtended(frame_type: Int = 247, offset_delta: Int, verification_type_info_stack: VerificationTypeInfo)

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
    SameLocals1StackItemFrameExtendedStackMapFrame
  2. val frame_type: Int
  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)
  6. val verification_type_info_stack: VerificationTypeInfo