|
Scala 2.2.0.9153
|
final case
class
Symbol
extends
java.lang.Object with
scala.ScalaObject with
scala.Product1[java.lang.String]Symbol
can be created easily with
Scala's built-in quote mechanism. For instance, the Scala term
'mysym
will invoke the constructor of the
Symbol
class in the following way:
new Symbol("mysym")
. .Constructor Summary | |
def
this
(name: java.lang.String)
|
Val Summary | |
val
name
: java.lang.String
|
Def Summary | |
final override
|
def
$tag
: scala.Int
|
final override
|
def
_1
: java.lang.String
|
override
|
def
equals
(x$1: scala.Any)
: scala.Boolean
|
override
|
def
hashCode
: scala.Int
|
final override
|
def
productPrefix
: java.lang.String
|
override
|
def
toString
: java.lang.String
Converts this symbol to a string. |
Constructor Detail |
def
this
(name: java.lang.String)
Val Detail |
val
name
: java.lang.String
Def Detail |
final override
def
$tag
: scala.Int
final override
def
_1
: java.lang.String
override
def
equals
(x$1: scala.Any): scala.Boolean
override
def
hashCode
: scala.Int
final override
def
productPrefix
: java.lang.String
override
def
toString
: java.lang.String