Type Members
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compareTo(that: ThisName): Int
-
-
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
nameString: String
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
stringPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withSuffix(suffix: String): ClassName
The full name of a class.
A class name is non-empty sequence of
.
-separated simple names, where each simple name must be non-empty and can contain any Unicode code point except/ . ; [
.