public class ToBeInstrumentedWithFieldAccess
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
_externallyAccessibleInt |
| Constructor and Description |
|---|
ToBeInstrumentedWithFieldAccess() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareID(ToBeInstrumentedWithFieldAccess other) |
void |
setByte(byte value) |
void |
setChar(char value) |
void |
setDouble(double value) |
int |
setDoubledAndGetInt(int value) |
void |
setFloat(float value) |
void |
setInt(int value) |
void |
setIntArray(int[] value) |
void |
setLong(long value) |
void |
setVolatileByte(byte value) |
void |
wontBeInstrumented() |
public boolean compareID(ToBeInstrumentedWithFieldAccess other)
public void setInt(int value)
public void setChar(char value)
public void setByte(byte value)
public void setVolatileByte(byte value)
public void setLong(long value)
public void setFloat(float value)
public void setDouble(double value)
public void setIntArray(int[] value)
public int setDoubledAndGetInt(int value)
public void wontBeInstrumented()