MethodName

final class MethodName

The full name of a method, including its simple name and its signature.

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override def equals(that: Any): Boolean
Definition Classes
Any
override def hashCode(): Int
Definition Classes
Any

Returns true iff this is the name of a class initializer.

Returns true iff this is the name of a class initializer.

Returns true iff this is the name of an instance constructor.

Returns true iff this is the name of an instance constructor.

Returns true iff this is the name of a static initializer.

Returns true iff this is the name of a static initializer.

override def toString(): String
Definition Classes
Any