org.apache.bcel.verifier.structurals
Class GenericArray

java.lang.Object
  extended by org.apache.bcel.verifier.structurals.GenericArray
All Implemented Interfaces:
Serializable, Cloneable

public class GenericArray
extends Object
implements Cloneable, Serializable

A placeholder class that can be used to create an ObjectType of which has some of the properties arrays have. They implement java.lang.Cloneable and java.io.Serializable and they extend java.lang.Object.

See Also:
Serialized Form
Rating red

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

Constructor Detail

GenericArray

public GenericArray()
Method Detail

clone

protected Object clone()
                throws CloneNotSupportedException
Description copied from class: Object
Create a copy of this object, using a shallow copy.

Overrides:
clone in class Object
Returns:
The new copy of the Object
Throws:
CloneNotSupportedException