case class TAOfParameterDeclarationOfMethodOrConstructor(type_parameter_index: Int) extends TypeAnnotationTargetInMetodDeclaration with Product with Serializable
- Source
- TypeAnnotation.scala
- Alphabetic
- By Inheritance
- TAOfParameterDeclarationOfMethodOrConstructor
- Serializable
- Product
- Equals
- TypeAnnotationTargetInMetodDeclaration
- TypeAnnotationTarget
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TAOfParameterDeclarationOfMethodOrConstructor(type_parameter_index: Int)
Value Members
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- TypeAnnotationTargetInMetodDeclaration → TypeAnnotationTarget
- def typeId: Int
- Definition Classes
- TAOfParameterDeclarationOfMethodOrConstructor → TypeAnnotationTarget
- val type_parameter_index: Int