public class ReplOpts extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
defMulti
Whether to process multi-line defns.
|
int |
defPrior
The default priority.
|
int |
defStage
The default stage.
|
StageStatus |
defStatus
Default status.
|
PrintStream |
errStream
The stream to print error output on.
|
boolean |
isDebug
Enable debug info.
|
boolean |
isPerf
Enable performance info.
|
boolean |
isTrace
Enable trace info.
|
PrintStream |
outStream
The stream to print normal output on.
|
| Constructor and Description |
|---|
ReplOpts() |
public int defPrior
public int defStage
public boolean defMulti
public StageStatus defStatus
public boolean isDebug
public boolean isTrace
public boolean isPerf
public PrintStream outStream
public PrintStream errStream
Copyright © 2019. All rights reserved.