|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.weaver.domain.ReferenceArrayDummy
public class ReferenceArrayDummy
ReferenceArrayDummy is a test class that contains a reference array.
| Constructor Summary | |
|---|---|
ReferenceArrayDummy()
Creates a ReferenceArrayDummy. |
|
| Method Summary | |
|---|---|
int |
getI(int index)
Get the value stored in the referenced class. |
void |
initialise0()
Initialise the first element of the array. |
void |
setI(int index,
int i)
Set the value stored in the referenced class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceArrayDummy()
| Method Detail |
|---|
public int getI(int index)
index - The index of the value to retrieve.
public void setI(int index,
int i)
index - The index of the value to set.i - The new value to set on the referenced object.public void initialise0()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||