Class: BELParser::Language::Syntax::Valid

Inherits:
SyntaxResult show all
Defined in:
lib/bel_parser/language/syntax.rb

Overview

Valid defines a SyntaxResult that indicates successful syntax validation.

Instance Attribute Summary

Attributes inherited from SyntaxResult

#expression_node, #specification

Instance Method Summary collapse

Methods inherited from SyntaxResult

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

Constructor Details

This class inherits a constructor from BELParser::Language::Syntax::SyntaxResult

Instance Method Details

#msgObject



23
24
25
# File 'lib/bel_parser/language/syntax.rb', line 23

def msg
  'Syntax is valid.'
end