| Package | Description |
|---|---|
| com.whitestein.lsps.engine.lang | |
| com.whitestein.lsps.engine.lang.compiled | |
| com.whitestein.lsps.engine.state.xml |
| Modifier and Type | Method and Description |
|---|---|
CompiledNamespace |
AbstractContextNamespace.getCompiled() |
| Modifier and Type | Class and Description |
|---|---|
class |
AdditionalExpressionCompiledContext |
class |
CompiledContext
Java class that represents execution context in the generated java code.
|
class |
CompiledRecord
Superclass of compiled records.
|
class |
CompiledRecordProxySetHolder |
| Modifier and Type | Method and Description |
|---|---|
static CompiledNamespace |
CompiledNamespace.getCompiledNamespace(Namespace moduleNamespace) |
| Modifier and Type | Method and Description |
|---|---|
protected static Type |
CompiledNamespace.getType(CompiledNamespace compiledNamespace,
String typeString) |
| Constructor and Description |
|---|
CompiledClosureHolder(CompiledNamespace compiledNamespace,
String expressionString,
ClosureType type,
ClosureOrigin expressionOrigin,
boolean isWithQuery)
Creates new instance.
|
CompiledContext(CompiledNamespace compiledNamespace)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledNamespace |
Context.getCompiled()
Returns instance of namespace compiled to java.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setCompiled(CompiledNamespace compiled)
Sets instance of namespace compiled to java
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.