コード例 #1
0
 public ASTVisitor(RuntimeKernel kernel, FireMLRoot root)
 {
     this.kernel = kernel;
     this.root = root;
     exprProcessor = new ExprProcessor(kernel);
     varRefProcessor = new StrVarRefProcessor(kernel);
 }
コード例 #2
0
ファイル: ASTVisitor.cs プロジェクト: highjin/firefromheaven
 public ASTVisitor(RuntimeKernel kernel, FireMLRoot root)
 {
     this.kernel     = kernel;
     this.root       = root;
     exprProcessor   = new ExprProcessor(kernel);
     varRefProcessor = new StrVarRefProcessor(kernel);
 }