BCEL's class file verifier "JustIce"

de.fub.bytecode.verifier.structurals
Class GenericArray

java.lang.Object
  |
  +--de.fub.bytecode.verifier.structurals.GenericArray
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class GenericArray
extends java.lang.Object
implements java.lang.Cloneable, java.io.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.

Version:
$Id: GenericArray.java,v 1.6 2001/09/08 11:51:13 ehaase Exp $
Author:
Enver Haase
See Also:
Serialized Form

Constructor Summary
GenericArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericArray

public GenericArray()

(c) Enver Haase 2001, released under the FSF's "GPL version 2" license.