Module: ActiveFacts::CQL::French::EitherOrNotBoth1
- Defined in:
- lib/activefacts/cql/parser/Language/French.rb
Instance Method Summary collapse
Instance Method Details
#clauses_ast ⇒ Object
1525 1526 1527 |
# File 'lib/activefacts/cql/parser/Language/French.rb', line 1525 def clauses_ast [r1.ast, r2.ast] end |
#quantifier_ast ⇒ Object
1522 1523 1524 |
# File 'lib/activefacts/cql/parser/Language/French.rb', line 1522 def quantifier_ast Compiler::Quantifier.new(1, 1) end |
#role_list_ast ⇒ Object
1519 1520 1521 |
# File 'lib/activefacts/cql/parser/Language/French.rb', line 1519 def role_list_ast nil end |