public class CompleterResult extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String[]> |
completions |
Objs.Property<String> |
line |
Modifier | Constructor and Description |
---|---|
protected |
CompleterResult(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static CompleterResult |
$as(Object obj) |
String[] |
completions() |
String |
line() |
$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[]> completions
public Objs.Property<String> line
protected CompleterResult(Objs.Constructor<?> c, Object js)
public static CompleterResult $as(Object obj)
public String[] completions()
public String line()
Copyright © 2018. All rights reserved.