|
Scala Library Documentation
|
|
scala/reflect/Symbol.scala]
abstract
class
Symbol
extends AnyRef| Value Summary | |
abstract val
|
name : String |
abstract val
|
owner : Symbol |
abstract val
|
tpe : Type |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
|
Scala Library Documentation
|
|