Example #1
0
 public override object VisitCaseCondExprIs([NotNull] VisualBasic6Parser.CaseCondExprIsContext context)
 {
     // This is the condition expression inside a case: Using Is operator
     CreateModel(context);
     return(null);
 }
Example #2
0
 public override void ExitCaseCondExprIs([NotNull] VisualBasic6Parser.CaseCondExprIsContext context)
 {
 }