public class TraceParser.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
methods |
protected xyz.cofe.text.Output |
output |
protected int |
ptrLookupCount |
| Constructor and Description |
|---|
Options() |
Options(TraceParser.Options source) |
| Modifier and Type | Method and Description |
|---|---|
TraceParser.Options |
clone() |
Set<String> |
getMethods() |
xyz.cofe.text.Output |
getOutput() |
int |
getPtrLookupCount() |
boolean |
isCloseOutput() |
void |
setCloseOutput(boolean closeOutput) |
void |
setOutput(xyz.cofe.text.Output output) |
void |
setPtrLookupCount(int ptrLookupCount) |
protected xyz.cofe.text.Output output
protected int ptrLookupCount
public Options()
public Options(TraceParser.Options source)
public TraceParser.Options clone()
public xyz.cofe.text.Output getOutput()
public void setOutput(xyz.cofe.text.Output output)
public boolean isCloseOutput()
public void setCloseOutput(boolean closeOutput)
public int getPtrLookupCount()
public void setPtrLookupCount(int ptrLookupCount)
Copyright © 2017. All rights reserved.