Module: OpenEHR::Parser::ADLGrammar::BooleanNode23
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
11752 11753 11754 11755 11756 11757 11758 11759 |
# File 'lib/openehr/parser/adl_grammar.rb', line 11752 def value OpenEHR::AM::Archetype::Assertion::ExprBinaryOperator.new( :type => 'Boolean', :operator => OpenEHR::AM::Archetype::Assertion::OperatorKind::OP_XOR, :left_operand => boolean_leaf.value, :right_operand => boolean_expression.value, :reference_type => 'Constraint') end |