Returns the unique ID that identifies this kind of attribute (Signature, LineNumberTable,...)
Returns the unique ID that identifies this kind of attribute (Signature, LineNumberTable,...)
This id can then be used in a switch statement to efficiently identify the attribute.
(attribute.id : @scala.annotation.switch) match { case Signature.Id => ... }
The unique ids are manually associated with the attributes. The attributes use the following IDs:
Looks up the line number of the instruction with the given pc.
Looks up the line number of the instruction with the given pc.
The program counter/the index of an instruction in the code array for which we want to determine the source line.
The line number of the instruction with the given pc, if the line number is available.
A method's line number table.