| Package | Description |
|---|---|
| org.delia.compiler.ast | |
| org.delia.compiler.astx | |
| org.delia.compiler.parser |
| Modifier and Type | Field and Description |
|---|---|
IdentExp |
StructFieldPrefix.exp |
IdentExp |
StructFieldPrefix.nameExp |
| Modifier and Type | Field and Description |
|---|---|
List<IdentExp> |
UserFuncHeaderExp.argsL |
List<IdentExp> |
UserFunctionDefStatementExp.argsL |
| Constructor and Description |
|---|
ConfigureStatementExp(int pos,
IdentExp prefix,
IdentExp varname,
Exp val) |
DsonFieldExp(int pos,
IdentExp name,
Exp exp) |
InsertStatementExp(int pos,
IdentExp typeName,
DsonExp dsonExp) |
LetStatementExp(int pos,
IdentExp varname,
IdentExp typeName,
Exp val) |
QueryExp(int pos,
IdentExp typeName,
FilterExp filter,
List<List<QueryFuncExp>> list1) |
QueryFieldExp(int pos,
IdentExp nameExp) |
QueryFuncExp(int pos,
IdentExp nameExp,
List<List<Exp>> args,
boolean isRuleFn) |
QueryInExp(int pos,
IdentExp fieldName,
List<List<Exp>> args) |
StructFieldPrefix(int pos,
org.codehaus.jparsec.Token tokRelation,
IdentExp name,
IdentExp exp) |
TypeStatementExp(int pos,
IdentExp nameExp,
IdentExp typeExp,
StructExp structExp,
RuleSetExp ruleSetExp) |
UserFnCallExp(int pos,
IdentExp nameExp,
List<List<Exp>> args) |
UserFuncHeaderExp(IdentExp fnNameExp,
List<List<IdentExp>> args) |
| Constructor and Description |
|---|
UserFuncHeaderExp(IdentExp fnNameExp,
List<List<IdentExp>> args) |
| Constructor and Description |
|---|
XNAFNameExp(int pos,
IdentExp nameExp) |
XNAFSingleExp(int pos,
IdentExp nameExp,
List<List<Exp>> args,
boolean isRuleFn) |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.jparsec.Parser<IdentExp> |
ConfigureParser.configPrefix() |
static org.codehaus.jparsec.Parser<IdentExp> |
ParserBase.dollarVar() |
static org.codehaus.jparsec.Parser<IdentExp> |
CrudParser.dsonFieldName() |
static org.codehaus.jparsec.Parser<IdentExp> |
ParserBase.ident() |
static org.codehaus.jparsec.Parser<IdentExp> |
TypeParser.structOrBaseClass() |
static org.codehaus.jparsec.Parser<IdentExp> |
TypeParser.termStruct() |
static org.codehaus.jparsec.Parser<IdentExp> |
TypeParser.typeBeginning() |
static org.codehaus.jparsec.Parser<IdentExp> |
ParserBase.varName() |
Copyright © 2020. All rights reserved.