Class Array
- java.lang.Object
-
- com.ibm.wala.model.java.lang.reflect.Array
-
public class Array extends Object
A synthetic model of java.lang.reflect.Array native methods
-
-
Constructor Summary
Constructors Constructor Description Array()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
get(Object array, int index)
A simple model of object-array copy
-
-
-
Method Detail
-
get
public static Object get(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException
A simple model of object-array copy
-
-