The name of the enclosing method. The name is optional, but if defined the descriptor also has to be defined.
The method descriptor of the enclosing method. The descriptor is optional, but if defined the name also has to be defined.
The method descriptor of the enclosing method.
The method descriptor of the enclosing method. The descriptor is optional, but if defined the name also has to be defined.
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:
The name of the enclosing method.
The name of the enclosing method. The name is optional, but if defined the descriptor also has to be defined.
The optional enclosing method attribute of a class.
The name of the enclosing method. The name is optional, but if defined the descriptor also has to be defined.
The method descriptor of the enclosing method. The descriptor is optional, but if defined the name also has to be defined.