Packages

c

org.opalj.br

TypeAnnotationTargetInClassDeclaration

sealed abstract class TypeAnnotationTargetInClassDeclaration extends TypeAnnotationTarget

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeAnnotationTargetInClassDeclaration
  2. TypeAnnotationTarget
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def typeId: Int
    Definition Classes
    TypeAnnotationTarget

Concrete Value Members

  1. final def remapPCs(codeSize: Int, f: (PC) => PC): Some[TypeAnnotationTarget]

    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
    TypeAnnotationTargetInClassDeclarationTypeAnnotationTarget