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