Building Parsers with Java

sjm.examples.cloning
Class Professor

java.lang.Object
  |
  +--sjm.examples.cloning.Professor

public class Professor
extends java.lang.Object
implements PubliclyCloneable

This class just supports the ThisClass example of a typical clone.


Constructor Summary
Professor()
           
 
Method Summary
 java.lang.Object clone()
          Return a copy of this object.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Professor

public Professor()
Method Detail

clone

public java.lang.Object clone()
Return a copy of this object.
Specified by:
clone in interface PubliclyCloneable
Overrides:
clone in class java.lang.Object
Returns:
a copy of this object

by Steve Metsker