Scala Library Documentation
|
|
scala/reflect/Symbol.scala
]
abstract
class
Symbol
extends
AnyRefValue Summary | |
abstract val
|
name : java.lang.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
|
|