public virtual void Visit(SelectStmt selectStmt, object[] args)
 {
 }
Beispiel #2
0
 public virtual void Visit(SelectStmt selectStmt, object[] args)
 {
 }
 public void Visit(SelectStmt selectStmt, object[] args)
 {
     kernel.Behave(kernel.FuncCaller.Select((selectStmt.Return.LeftValue as Expr.VarRef).VarName, selectStmt.OptionList.ToArray()));
 }