Class: BELParser::Language::Semantics::Valid

Inherits:
SemanticsResult show all
Defined in:
lib/bel_parser/language/semantics.rb

Overview

Valid defines a SemanticsResult that indicates successful semantic validation.

Instance Attribute Summary

Attributes inherited from SemanticsResult

#expression_node, #specification

Instance Method Summary collapse

Methods inherited from SemanticsResult

#failure?, #initialize, #success?, #to_s

Constructor Details

This class inherits a constructor from BELParser::Language::Semantics::SemanticsResult

Instance Method Details

#msgObject



25
26
27
# File 'lib/bel_parser/language/semantics.rb', line 25

def msg
  'Semantics are valid.'
end