NameTransformer
scala.reflect.NameTransformer
object NameTransformer
Provides functions to encode and decode Scala symbolic names. Also provides some constants.
Attributes
- Source
- NameTransformer.scala
- Graph
-
- Supertypes
- Self type
-
NameTransformer.type
Members list
Value members
Concrete methods
Replace $opname
by corresponding operator symbol.
Replace $opname
by corresponding operator symbol.
Value parameters
- name0
-
the string to decode
Attributes
- Returns
-
the string with all recognized operator symbol encodings replaced with their name
- Source
- NameTransformer.scala
Replace operator symbols by corresponding $opname
.
Replace operator symbols by corresponding $opname
.
Value parameters
- name
-
the string to encode
Attributes
- Returns
-
the string with all recognized opchars replaced with their encoding
- Source
- NameTransformer.scala
Concrete fields
Attributes
- Source
- NameTransformer.scala
Attributes
- Source
- NameTransformer.scala
Attributes
- Source
- NameTransformer.scala
Attributes
- Source
- NameTransformer.scala
Attributes
- Source
- NameTransformer.scala
Attributes
- Source
- NameTransformer.scala
Attributes
- Source
- NameTransformer.scala
Attributes
- Source
- NameTransformer.scala
In this article