Class GenericArray
java.lang.Object
org.apache.bcel.verifier.structurals.GenericArray
- All Implemented Interfaces:
Serializable
,Cloneable
A placeholder class that can be used to create an ObjectType of which has some of the properties arrays have. They
implement
Cloneable
and Serializable
and they extend Object
.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GenericArray
public GenericArray()
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-