コード例 #1
0
 public virtual void Visit(SelectStmt selectStmt, object[] args)
 {
 }
コード例 #2
0
ファイル: ASTRecursor.cs プロジェクト: highjin/firefromheaven
 public virtual void Visit(SelectStmt selectStmt, object[] args)
 {
 }
コード例 #3
0
 public void Visit(SelectStmt selectStmt, object[] args)
 {
     kernel.Behave(kernel.FuncCaller.Select((selectStmt.Return.LeftValue as Expr.VarRef).VarName, selectStmt.OptionList.ToArray()));
 }