Represents a single identifier in Scala source code, e.g. "scala" or
"println" or "Hello-World".
Holds the value "raw", with all special characters intact, e.g.
"Hello-World". Can be used backticked e.g. "Hello-World", useful for
embedding in Scala source code, or encoded e.g. "Hello$minusWorld",
useful for accessing names as-seen-from the Java/JVM side of thigns
Represents a single identifier in Scala source code, e.g. "scala" or "println" or "
Hello-World
".Holds the value "raw", with all special characters intact, e.g. "Hello-World". Can be used backticked e.g. "
Hello-World
", useful for embedding in Scala source code, or encoded e.g. "Hello$minusWorld", useful for accessing names as-seen-from the Java/JVM side of thigns