SimpleMethodName

The simple name of a method (excluding its signature).

Simple names must be non-empty, and can contain any Unicode code point except / . ; [. In addition, they must not contain the code point < unless they are one of <init>, <stinit> or <clinit>.

Companion
object
class Name
class Object
trait Matchable
class Any

Type members

Value members

Concrete methods

override
def equals(that: Any): Boolean
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.

Inherited methods

def compareTo(that: ThisName): Int
Inherited from
Name
final protected
Inherited from
Name
override
def hashCode(): Int
Definition Classes
Name -> Any
Inherited from
Name
final
Inherited from
Name
override
Definition Classes
Name -> Any
Inherited from
Name