public class ReplOptions extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function> |
eval |
Objs.Property<Boolean> |
ignoreUndefined |
Objs.Property<ReadableStream> |
input |
Objs.Property<WritableStream> |
output |
Objs.Property<String> |
prompt |
Objs.Property<Boolean> |
terminal |
Objs.Property<Boolean> |
useColors |
Objs.Property<Boolean> |
useGlobal |
Objs.Property<Function> |
writer |
Modifier | Constructor and Description |
---|---|
protected |
ReplOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ReplOptions |
$as(Object obj) |
Function |
eval() |
Boolean |
ignoreUndefined() |
ReadableStream |
input() |
WritableStream |
output() |
String |
prompt() |
Boolean |
terminal() |
Boolean |
useColors() |
Boolean |
useGlobal() |
Function |
writer() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> prompt
public Objs.Property<ReadableStream> input
public Objs.Property<WritableStream> output
public Objs.Property<Boolean> terminal
public Objs.Property<Function> eval
public Objs.Property<Boolean> useColors
public Objs.Property<Boolean> useGlobal
public Objs.Property<Boolean> ignoreUndefined
public Objs.Property<Function> writer
protected ReplOptions(Objs.Constructor<?> c, Object js)
public static ReplOptions $as(Object obj)
public String prompt()
public ReadableStream input()
public WritableStream output()
public Boolean terminal()
public Function eval()
public Boolean useColors()
public Boolean useGlobal()
public Boolean ignoreUndefined()
public Function writer()
Copyright © 2018. All rights reserved.