in scala
class Proxy

mixin abstract class Proxy
extends java.lang.Object
with ScalaObject
This class implements a simple proxy that forwards all calls to methods of class Any to another object self. Please note that only those methods can be forwarded that are overridable and public.
author:
Matthias Zenger
version:
1.0, 26/04/2004

Def Summary
override def equals ( y : scala.Any ) : scala.Boolean

override def hashCode : scala.Int

def self : scala.Any

override def toString : java.lang.String



Def Detail
override def equals ( y : scala.Any ) : scala.Boolean

override def hashCode : scala.Int

def self : scala.Any

override def toString : java.lang.String