Package | Description |
---|---|
com.whitestein.lsps.engine.dto.val | |
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.lang.compiled | |
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
com.whitestein.lsps.lang.exec |
All types in the language have their Java implementation class.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordValue.createPropertyProxy(HolderFactory holderFactory,
String property) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextNamespace
Abstract namespace for context.
|
class |
ContextNamespace
Namespace for context (in base level).
|
class |
NoBaseContextNamespace
Namespace for no-base contexts.
|
class |
RecordNamespace
Namespace for record/
|
Modifier and Type | Method and Description |
---|---|
HolderFactory |
RecordNamespace.getHolderFactory() |
HolderFactory |
NoBaseContextNamespace.getHolderFactory() |
HolderFactory |
ContextNamespace.getHolderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
RecordHolderBase.createPropertyProxy(HolderFactory holderFactory,
String property) |
void |
ReadOnlyRecordHolder.createPropertyProxy(HolderFactory holderFactory,
String property) |
void |
InternalRecordHolder.createPropertyProxy(HolderFactory holderFactory,
String property) |
Modifier and Type | Method and Description |
---|---|
void |
CompiledRecord.createPropertyProxy(HolderFactory holderFactory,
String property) |
Modifier and Type | Class and Description |
---|---|
class |
MockHolderFactory
Factory which creates mock holders.
|
class |
MockNamespace
Mock namespace, variables are not typed and are created on demand.
|
Modifier and Type | Method and Description |
---|---|
HolderFactory |
MockNamespace.getHolderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
RecordWrapper.create(HolderFactory factory)
Creates an underlying record holder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Namespace
Interface representing namespace in execution.
|
Modifier and Type | Class and Description |
---|---|
class |
MockRecordNamespace |
Modifier and Type | Method and Description |
---|---|
HolderFactory |
Namespace.getHolderFactory()
Returns an instance of
HolderFactory . |
Modifier and Type | Method and Description |
---|---|
void |
RecordHolder.createPropertyProxy(HolderFactory holderFactory,
String property)
Creates change proxy for all object referenced by the propery and sets the proxy values to the property.
|
void |
MockRecordHolder.createPropertyProxy(HolderFactory holderFactory,
String property) |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.