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