public class JPF_java_lang_reflect_Array extends NativePeer
Constructor and Description |
---|
JPF_java_lang_reflect_Array() |
Modifier and Type | Method and Description |
---|---|
int |
get__Ljava_lang_Object_2I__Ljava_lang_Object_2(MJIEnv env,
int clsRef,
int aref,
int index) |
boolean |
getBoolean__Ljava_lang_Object_2I__Z(MJIEnv env,
int clsRef,
int aref,
int index) |
static byte |
getByte__Ljava_lang_Object_2I__B(MJIEnv env,
int clsRef,
int aref,
int index) |
char |
getChar__Ljava_lang_Object_2I__C(MJIEnv env,
int clsRef,
int aref,
int index) |
double |
getDouble__Ljava_lang_Object_2I__D(MJIEnv env,
int clsRef,
int aref,
int index) |
float |
getFloat__Ljava_lang_Object_2I__F(MJIEnv env,
int clsRef,
int aref,
int index) |
int |
getInt__Ljava_lang_Object_2I__I(MJIEnv env,
int clsRef,
int aref,
int index) |
int |
getLength__Ljava_lang_Object_2__I(MJIEnv env,
int clsObjRef,
int objRef) |
long |
getLong__Ljava_lang_Object_2I__J(MJIEnv env,
int clsRef,
int aref,
int index) |
short |
getShort__Ljava_lang_Object_2I__S(MJIEnv env,
int clsRef,
int aref,
int index) |
int |
multiNewArray__Ljava_lang_Class_2_3I__Ljava_lang_Object_2(MJIEnv env,
int clsRef,
int componentTypeRef,
int dimArrayRef) |
int |
newArray__Ljava_lang_Class_2I__Ljava_lang_Object_2(MJIEnv env,
int clsRef,
int componentTypeRef,
int length) |
void |
setBoolean__Ljava_lang_Object_2IZ__V(MJIEnv env,
int clsRef,
int aref,
int index,
boolean val) |
void |
setByte__Ljava_lang_Object_2IB__V(MJIEnv env,
int clsRef,
int aref,
int index,
byte val) |
void |
setChar__Ljava_lang_Object_2IC__V(MJIEnv env,
int clsRef,
int aref,
int index,
char val) |
void |
setDouble__Ljava_lang_Object_2ID__V(MJIEnv env,
int clsRef,
int aref,
int index,
double val) |
void |
setFloat__Ljava_lang_Object_2IF__V(MJIEnv env,
int clsRef,
int aref,
int index,
float val) |
void |
setInt__Ljava_lang_Object_2II__V(MJIEnv env,
int clsRef,
int aref,
int index,
int val) |
void |
setLong__Ljava_lang_Object_2IJ__V(MJIEnv env,
int clsRef,
int aref,
int index,
long val) |
void |
setShort__Ljava_lang_Object_2IS__V(MJIEnv env,
int clsRef,
int aref,
int index,
short val) |
getInstance, getInstance, getPeerClass, getPeerClassName, init, initialize, initializePeerClass
public int getLength__Ljava_lang_Object_2__I(MJIEnv env, int clsObjRef, int objRef)
public int newArray__Ljava_lang_Class_2I__Ljava_lang_Object_2(MJIEnv env, int clsRef, int componentTypeRef, int length)
public int multiNewArray__Ljava_lang_Class_2_3I__Ljava_lang_Object_2(MJIEnv env, int clsRef, int componentTypeRef, int dimArrayRef)
public int get__Ljava_lang_Object_2I__Ljava_lang_Object_2(MJIEnv env, int clsRef, int aref, int index)
public boolean getBoolean__Ljava_lang_Object_2I__Z(MJIEnv env, int clsRef, int aref, int index)
public static byte getByte__Ljava_lang_Object_2I__B(MJIEnv env, int clsRef, int aref, int index)
public char getChar__Ljava_lang_Object_2I__C(MJIEnv env, int clsRef, int aref, int index)
public short getShort__Ljava_lang_Object_2I__S(MJIEnv env, int clsRef, int aref, int index)
public int getInt__Ljava_lang_Object_2I__I(MJIEnv env, int clsRef, int aref, int index)
public long getLong__Ljava_lang_Object_2I__J(MJIEnv env, int clsRef, int aref, int index)
public float getFloat__Ljava_lang_Object_2I__F(MJIEnv env, int clsRef, int aref, int index)
public double getDouble__Ljava_lang_Object_2I__D(MJIEnv env, int clsRef, int aref, int index)
public void setBoolean__Ljava_lang_Object_2IZ__V(MJIEnv env, int clsRef, int aref, int index, boolean val)
public void setByte__Ljava_lang_Object_2IB__V(MJIEnv env, int clsRef, int aref, int index, byte val)
public void setChar__Ljava_lang_Object_2IC__V(MJIEnv env, int clsRef, int aref, int index, char val)
public void setShort__Ljava_lang_Object_2IS__V(MJIEnv env, int clsRef, int aref, int index, short val)
public void setInt__Ljava_lang_Object_2II__V(MJIEnv env, int clsRef, int aref, int index, int val)
public void setLong__Ljava_lang_Object_2IJ__V(MJIEnv env, int clsRef, int aref, int index, long val)
public void setFloat__Ljava_lang_Object_2IF__V(MJIEnv env, int clsRef, int aref, int index, float val)
public void setDouble__Ljava_lang_Object_2ID__V(MJIEnv env, int clsRef, int aref, int index, double val)