| Package | Description |
|---|---|
| org.delia.compiler.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigureParser
Parser for configure statement
|
class |
CrudParser
Parser for insert,update,and delete statements
|
class |
LetParser
Parser for a let statement.
|
class |
NameAndFuncParser
parses expressions like
firstName
firstName.len()
firstName.contains('x')
firstName.contains(other.foo()) //ruleArgRef - recursive
Used in rules, and in query filter expressions
|
class |
QueryParser
Parser for queries (that appear on right-side of let statements).
|
class |
RuleParser
parser for validation rules in a type statement.
|
class |
TypeParser
parser for the type statement.
|
class |
UserFnParser
parser for the function statement.
|
Copyright © 2020. All rights reserved.