|
Scala
1.4.0.4 |
|||
Any to another object self.
Please note that only those methods can be forwarded that are
overridable and public.
| Method Summary | |
override
|
def equals(y: Any): Boolean
|
override
|
def hashCode(): Int
|
abstract
|
def self: Any
|
override
|
def toString(): String
|
| Methods inherited from java/lang/Object-class |
| clone, eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/ScalaObject-class |
| getScalaType |
| Method Detail |
abstract def self: Any
override def hashCode(): Int
override def equals(y: Any): Boolean
override def toString(): String
|
Scala
1.4.0.4 |
|||