示例#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);
 }