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