Packages

c

org.opalj.br

TAOfResourcevarDecl

case class TAOfResourcevarDecl(localVarTable: ArraySeq[LocalvarTableEntry]) extends TypeAnnotationTargetInVarDecl with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TAOfResourcevarDecl
  2. Serializable
  3. Product
  4. Equals
  5. TypeAnnotationTargetInVarDecl
  6. TypeAnnotationTargetInCode
  7. TypeAnnotationTarget
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TAOfResourcevarDecl(localVarTable: ArraySeq[LocalvarTableEntry])

Value Members

  1. val localVarTable: ArraySeq[LocalvarTableEntry]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def remapPCs(codeSize: Int, f: (PC) => PC): Option[TAOfResourcevarDecl]

    Remaps the pcs/offset by calling the given function; this is particularly required when the bytecode is optimized/transformed/instrumented to ensure the annotations are still valid.

    Remaps the pcs/offset by calling the given function; this is particularly required when the bytecode is optimized/transformed/instrumented to ensure the annotations are still valid.

    Definition Classes
    TAOfResourcevarDeclTypeAnnotationTarget
  4. def typeId: Int