Packages

final class SimpleMethodName extends Name with Comparable[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 the string <init> or the string <clinit>.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleMethodName
  2. Comparable
  3. Name
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ThisName = SimpleMethodName
    Definition Classes
    SimpleMethodNameName

Value Members

  1. def compareTo(that: ThisName): Int
    Definition Classes
    Name
  2. val encoded: UTF8String
    Definition Classes
    Name
  3. def equals(that: Any): Boolean
    Definition Classes
    SimpleMethodName → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    Name → AnyRef → Any
  5. def isConstructor: Boolean

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

  6. def isStaticInitializer: Boolean

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

  7. final def nameString: String
    Definition Classes
    Name
  8. def toString(): String
    Definition Classes
    Name → AnyRef → Any