org.sourceforge.jemm.weaver.domain
Class ReferenceArrayDummy

java.lang.Object
  extended by org.sourceforge.jemm.weaver.domain.ReferenceArrayDummy

public class ReferenceArrayDummy
extends java.lang.Object

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

ReferenceArrayDummy

public ReferenceArrayDummy()
Creates a ReferenceArrayDummy.

Method Detail

getI

public int getI(int index)
Get the value stored in the referenced class.

Parameters:
index - The index of the value to retrieve.
Returns:
The value stored in the referenced object.

setI

public void setI(int index,
                 int i)
Set the value stored in the referenced class.

Parameters:
index - The index of the value to set.
i - The new value to set on the referenced object.

initialise0

public void initialise0()
Initialise the first element of the array.



Copyright © 2009. All Rights Reserved.