예제 #1
0
        public override bool Build(ref CodeNode _this, int expressionDepth, Dictionary <string, VariableDescriptor> variables, CodeContext codeContext, InternalCompilerMessageCallback message, FunctionInfo stats, Options opts)
        {
            this._codeContext = codeContext;

            return(node.Build(ref node, expressionDepth, variables, codeContext | CodeContext.InExpression, message, stats, opts));
        }