public class NotToBeInstrumented
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
_x |
protected static int |
_xx |
| Constructor and Description |
|---|
NotToBeInstrumented() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accessToBeInstrumented(ToBeInstrumented other) |
protected void |
bar() |
void |
foo() |
static void |
fooStatic() |
public void foo()
protected void bar()
public static void fooStatic()
public boolean accessToBeInstrumented(ToBeInstrumented other)