Module: OpenEHR::Parser::ADLGrammar::BooleanNode5
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
11528 11529 11530 11531 11532 11533 11534 |
# File 'lib/openehr/parser/adl_grammar.rb', line 11528 def value OpenEHR::AM::Archetype::Assertion::ExprUnaryOperator.new( :type => 'Boolean', :operator => OpenEHR::AM::Archetype::Assertion::OperatorKind::OP_NOT, :operand => boolean_leaf.value, :precedence_overridden => false) end |