示例#1
0
 public override bool VisitStartRule(VBAParser.StartRuleContext context)
 {
     return(Visit(context.module()));
 }