Packages

c

org.opalj.br

MethodSignature

final case class MethodSignature(name: String, descriptor: MethodDescriptor) extends Product with Serializable

Represents a method signature which consists of the name and descriptor of a method; the signatures of all methods of a class file have to be different.

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

Instance Constructors

  1. new MethodSignature(name: String, descriptor: MethodDescriptor)

Value Members

  1. val descriptor: MethodDescriptor
  2. def equals(other: Any): Boolean
    Definition Classes
    MethodSignature → Equals → AnyRef → Any
  3. val hashCode: Int
    Definition Classes
    MethodSignature → AnyRef → Any
  4. val name: String
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def toJava: String