public class NodeModule extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Object> |
exports |
Objs.Property<String> |
filename |
Objs.Property<Object[]> |
children |
Objs.Property<String> |
id |
Objs.Property<Boolean> |
loaded |
Objs.Property<Object> |
parent |
Objs.Property<NodeRequireFunction> |
require |
Modifier | Constructor and Description |
---|---|
protected |
NodeModule(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static NodeModule |
$as(Object obj) |
String |
filename() |
String |
id() |
Boolean |
loaded() |
Object |
require(String id) |
$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<Object> exports
public Objs.Property<NodeRequireFunction> require
public Objs.Property<String> id
public Objs.Property<String> filename
public Objs.Property<Boolean> loaded
public Objs.Property<Object> parent
public Objs.Property<Object[]> children
protected NodeModule(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.