public final class FramePolicy extends Object
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
includeLocals  | 
boolean | 
includeOps  | 
boolean | 
includePC
Whether to include instruction offset. 
 | 
boolean | 
recurse
Whether to considered frames "below" this one (called from here). 
 | 
| Constructor and Description | 
|---|
FramePolicy()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ignoreLocals()  | 
void | 
ignoreOps()  | 
void | 
includeLocals()  | 
void | 
includeOps()  | 
boolean | 
isDefaultPolicy()  |