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
- Alphabetic
- By Inheritance
Inherited
- SimpleMethodName
- Comparable
- Name
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
ThisName = SimpleMethodName
- Definition Classes
- SimpleMethodName → Name
Value Members
-
def
compareTo(that: ThisName): Int
- Definition Classes
- Name
-
val
encoded: UTF8String
- Definition Classes
- Name
-
def
equals(that: Any): Boolean
- Definition Classes
- SimpleMethodName → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Name → AnyRef → Any
-
def
isConstructor: Boolean
Returns
true
iff this is the name of an instance constructor. -
def
isStaticInitializer: Boolean
Returns
true
iff this is the name of a static initializer. -
final
def
nameString: String
- Definition Classes
- Name
-
def
toString(): String
- Definition Classes
- Name → AnyRef → Any