SimpleName
A simple name is essentially an interned string
Value members
Concrete methods
Copy character slice (from until end) to character array starting at dstStart
.
Copy character slice (from until end) to character array starting at dstStart
.
The index of the last occurrence of ch
in this name which is at most
start
.
The index of the last occurrence of ch
in this name which is at most
start
.
The index of the last occurrence of str
in this name
The index of the last occurrence of str
in this name
A slice of this name making up the characters between from
and until
(exclusive)
A slice of this name making up the characters between from
and until
(exclusive)
Inherited methods
Append other
to the last part of this name
Append other
to the last part of this name
- Inherited from:
- Name
A derived name consisting of this name and the info of kind
A derived name consisting of this name and the info of kind
- Inherited from:
- Name
A fallback text representation, if the pattern matching in Printers does not have a case for this showable element
A fallback text representation, if the pattern matching in Printers does not have a case for this showable element
- Inherited from:
- Showable
Convert to string as follows. If this is a qualified name
<first> <sep> <last>
, the sanitized version of f1(<first>) <sep> f2(<last>)
.
Otherwise f2
applied to this name.
Convert to string as follows. If this is a qualified name
<first> <sep> <last>
, the sanitized version of f1(<first>) <sep> f2(<last>)
.
Otherwise f2
applied to this name.
- Inherited from:
- TermName
The string representation of this showable element.
The string representation of this showable element.
- Inherited from:
- Showable
The string representation with each line after the first one indented by the given given margin (in spaces).
The string representation with each line after the first one indented by the given given margin (in spaces).
- Inherited from:
- Showable
The summarized string representation of this showable element. Recursion depth is limited to some smallish value. Default is Config.summarizeDepth.
The summarized string representation of this showable element. Recursion depth is limited to some smallish value. Default is Config.summarizeDepth.
- Inherited from:
- Showable