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