コード例 #1
0
 public override IType VisitExpression([NotNull] FAILangParser.ExpressionContext context)
 {
     return(VisitWhere(context.where ()));
 }