Packages

c

org.opalj.br

TAOfConstructorInMethodReferenceExpression

case class TAOfConstructorInMethodReferenceExpression(offset: Int, type_argument_index: Int) extends TypeAnnotationTargetInCode with Product with Serializable

Source
TypeAnnotation.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TAOfConstructorInMethodReferenceExpression
  2. Serializable
  3. Product
  4. Equals
  5. TypeAnnotationTargetInCode
  6. TypeAnnotationTarget
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TAOfConstructorInMethodReferenceExpression(offset: Int, type_argument_index: Int)

Value Members

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

    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
    TAOfConstructorInMethodReferenceExpressionTypeAnnotationTarget
  4. def typeId: Int
  5. val type_argument_index: Int