public class ReplOptions
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<net.java.html.lib.Function> |
eval |
net.java.html.lib.Objs.Property<Boolean> |
ignoreUndefined |
net.java.html.lib.Objs.Property<ReadableStream> |
input |
net.java.html.lib.Objs.Property<WritableStream> |
output |
net.java.html.lib.Objs.Property<String> |
prompt |
net.java.html.lib.Objs.Property<Boolean> |
terminal |
net.java.html.lib.Objs.Property<Boolean> |
useColors |
net.java.html.lib.Objs.Property<Boolean> |
useGlobal |
net.java.html.lib.Objs.Property<net.java.html.lib.Function> |
writer |
| Modifier | Constructor and Description |
|---|---|
protected |
ReplOptions(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static ReplOptions |
$as(Object obj) |
net.java.html.lib.Function |
eval() |
Boolean |
ignoreUndefined() |
ReadableStream |
input() |
WritableStream |
output() |
String |
prompt() |
Boolean |
terminal() |
Boolean |
useColors() |
Boolean |
useGlobal() |
net.java.html.lib.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, valueOfpublic net.java.html.lib.Objs.Property<String> prompt
public net.java.html.lib.Objs.Property<ReadableStream> input
public net.java.html.lib.Objs.Property<WritableStream> output
public net.java.html.lib.Objs.Property<Boolean> terminal
public net.java.html.lib.Objs.Property<net.java.html.lib.Function> eval
public net.java.html.lib.Objs.Property<Boolean> useColors
public net.java.html.lib.Objs.Property<Boolean> useGlobal
public net.java.html.lib.Objs.Property<Boolean> ignoreUndefined
public net.java.html.lib.Objs.Property<net.java.html.lib.Function> writer
protected ReplOptions(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static ReplOptions $as(Object obj)
public String prompt()
public ReadableStream input()
public WritableStream output()
public Boolean terminal()
public net.java.html.lib.Function eval()
public Boolean useColors()
public Boolean useGlobal()
public Boolean ignoreUndefined()
public net.java.html.lib.Function writer()
Copyright © 2016. All rights reserved.