Packages

c

org.opalj.br

MethodIdentifier

case class MethodIdentifier(declaringReferenceType: ReferenceType, methodName: String, methodDescriptor: MethodDescriptor) extends StructureIdentifier with Product with Serializable

Source
StructureIdentifier.scala
Linear Supertypes
Serializable, Product, Equals, StructureIdentifier, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodIdentifier
  2. Serializable
  3. Product
  4. Equals
  5. StructureIdentifier
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MethodIdentifier(declaringReferenceType: ReferenceType, methodName: String, methodDescriptor: MethodDescriptor)

Value Members

  1. 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
    MethodIdentifierStructureIdentifier
  2. val declaringReferenceType: ReferenceType
  3. val methodDescriptor: MethodDescriptor
  4. val methodName: String
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. 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
    MethodIdentifierStructureIdentifier