| Package | Description |
|---|---|
| org.delia.compiler.ast | |
| org.delia.compiler.parser | |
| org.delia.runner |
| Modifier and Type | Field and Description |
|---|---|
DsonExp |
InsertStatementExp.dsonExp |
DsonExp |
UpdateStatementExp.dsonExp |
| Constructor and Description |
|---|
InsertStatementExp(int pos,
IdentExp typeName,
DsonExp dsonExp) |
UpdateStatementExp(int pos,
QueryExp queryExp,
DsonExp dsonExp) |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.jparsec.Parser<DsonExp> |
CrudParser.dsonObj() |
| Modifier and Type | Method and Description |
|---|---|
DValue |
DsonToDValueConverter.convertOne(String typeName,
DsonExp dsonExp,
ConversionResult cres) |
DValue |
DsonToDValueConverter.convertOnePartial(String typeName,
DsonExp dsonExp) |
Copyright © 2020. All rights reserved.