Scala Library Documentation
|
|
scala/reflect/GlobalSymbol.scala
]
abstract
class
GlobalSymbol(val
fullname : java.lang.String)
extends
SymbolValue Summary | |
val
|
name : java.lang.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
|
|