public class ICompiledExpression extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
constant |
Objs.Property<Boolean> |
literal |
Modifier | Constructor and Description |
---|---|
protected |
ICompiledExpression(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
Object |
$apply(Object context) |
Object |
$apply(Object context,
Object locals) |
static ICompiledExpression |
$as(Object obj) |
Object |
assign(Object context,
Object value) |
Boolean |
constant() |
Boolean |
literal() |
$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<Boolean> literal
public Objs.Property<Boolean> constant
protected ICompiledExpression(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.