Building Parsers with Java

sjm.examples.cloning
Class CloningOk

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

public class CloningOk
extends java.lang.Object
implements java.lang.Cloneable

This class will compile and run, since the class implements Cloneable.


Constructor Summary
CloningOk()
           
 
Method Summary
static void main(java.lang.String[] args)
          Just a demo, this will compile and run fine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloningOk

public CloningOk()
Method Detail

main

public static void main(java.lang.String[] args)
Just a demo, this will compile and run fine.

by Steve Metsker