case class MethodIdentifier(declaringReferenceType: ReferenceType, methodName: String, methodDescriptor: MethodDescriptor) extends StructureIdentifier with Product with Serializable
- Alphabetic
- By Inheritance
- MethodIdentifier
- Serializable
- Product
- Equals
- StructureIdentifier
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MethodIdentifier(declaringReferenceType: ReferenceType, methodName: String, methodDescriptor: MethodDescriptor)
Value Members
- def declaringPackage: Option[String]
Returns the name of the package in which this structure element is defined.
Returns the name of the package in which this structure element is defined. If this element (e.g., a primitive type) does not belong to a specific package or the concept of a package name does not apply None is returned. In case of the default package, the empty string is returned.
- Definition Classes
- MethodIdentifier → StructureIdentifier
- val declaringReferenceType: ReferenceType
- val methodDescriptor: MethodDescriptor
- val methodName: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toHRR: String
Returns a compact, human readable representation of this structure element.
Returns a compact, human readable representation of this structure element. This representation is not guaranteed to return a unique representation. However, it should be precise enough to enable developers (with some additional context information) to precisely identify the structure element.
- Definition Classes
- MethodIdentifier → StructureIdentifier