DerivedName
A term name that's derived from an underlying
name and that
adds info
to it.
Value members
Concrete methods
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
Does (the last part of) this name end with str
?
Does (the last part of) this name end with str
?
- 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
Replace all occurrences of from
to to
in this name
Replace all occurrences of from
to to
in this name
- Inherited from:
- Name
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
Does (the first part of) this name starting at index start
starts with str
?
Does (the first part of) this name starting at index start
starts with str
?
- Inherited from:
- Name