Packages

c

org.opalj.br

SameLocals1StackItemFrame

final case class SameLocals1StackItemFrame(frameType: Int, verificationTypeInfoStackItem: br.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. SameLocals1StackItemFrame
  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 SameLocals1StackItemFrame(frameType: Int, verificationTypeInfoStackItem: br.VerificationTypeInfo)

Type Members

  1. type VerificationTypeInfo = br.VerificationTypeInfo
    Definition Classes
    StackMapFrame

Value Members

  1. val frameType: Int
  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
    SameLocals1StackItemFrameStackMapFrame
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val verificationTypeInfoStackItem: br.VerificationTypeInfo