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.
|
boolean |
isDebug
Enable debug info.
|
| Constructor and Description |
|---|
ReplOpts()
Create a default set of options.
|
ReplOpts(int p,
int s,
boolean m,
StageStatus t,
boolean d)
Create a new set of repl.
|
public int defPrior
public int defStage
public boolean defMulti
public StageStatus defStatus
public boolean isDebug
public ReplOpts()
public ReplOpts(int p,
int s,
boolean m,
StageStatus t,
boolean d)
p - The default priority to uses - The default stage to usem - Whether to process multi-line defns.t - The default status.Copyright © 2019. All rights reserved.