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
Type members
Types
Value members
Concrete methods
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.