class InsideIgnoredMethodMap extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.HashMap<com.sun.jdi.ThreadReference,Stack<java.lang.Boolean>> | map | 
| Constructor and Description | 
|---|
| InsideIgnoredMethodMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addThread(com.sun.jdi.ThreadReference thr) | 
| void | enteringIgnoredMethod(com.sun.jdi.ThreadReference thr) | 
| boolean | insideIgnoredMethod(com.sun.jdi.ThreadReference thr) | 
| boolean | leavingIgnoredMethod(com.sun.jdi.ThreadReference thr) | 
| void | removeThread(com.sun.jdi.ThreadReference thr) | 
InsideIgnoredMethodMap()
public void removeThread(com.sun.jdi.ThreadReference thr)
public void addThread(com.sun.jdi.ThreadReference thr)
public void enteringIgnoredMethod(com.sun.jdi.ThreadReference thr)
public boolean leavingIgnoredMethod(com.sun.jdi.ThreadReference thr)
public boolean insideIgnoredMethod(com.sun.jdi.ThreadReference thr)