22 using System.Collections.Generic;
28 namespace Ntp.Analyzer.Config.Syntax
45 CheckAllIsPresent(
new List<Symbol> {
Symbol.KeywordHeartbeat});
50 CheckTypeIs<IntegerSettingNode>(
Symbol.KeywordHeartbeat);
override void ValidateMandatories()
Override to validates the mandatory types in this syntax node.
override HeartbeatConfiguration InternalCompile()
override void ValidateTypes()
Override to validates the types in this syntax node.
HeartbeatSyntaxNode(string name, int line)