Esempio n. 1
0
 public override bool Visit(Paragraph paragraph)
 {
     SectionOrParagraphUsageChecker.CheckParagraph(paragraph);
     return(true);
 }
Esempio n. 2
0
 public override bool Visit(Section section)
 {
     SectionOrParagraphUsageChecker.CheckSection(section);
     return(true);
 }
Esempio n. 3
0
 public override bool Visit(PerformProcedure performProcedureNode)
 {
     SectionOrParagraphUsageChecker.CheckReferenceToParagraphOrSection(performProcedureNode);
     return(true);
 }