|
Scala Library Documentation
|
|
scala/reflect/GlobalSymbol.scala]
abstract
class
GlobalSymbol(val fullname : String)
extends Symbol| Value Summary | |
val
|
name : String |
val
|
owner : Symbol |
| Values and Variables inherited from Symbol | |
| tpe (abstract) |
| 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
|
|