Пример #1
0
        public override void ExitSimpleUnaryTestsBase(FEELRule.SimpleUnaryTestsBaseContext context)
        {
            var ast = context.ast;

            Value = ((Variable)ast.Execute(_variableContext, _inputName)).BoolVal;
        }
Пример #2
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="FEELRule.simpleUnaryTestsBase"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitSimpleUnaryTestsBase([NotNull] FEELRule.SimpleUnaryTestsBaseContext context)
 {
 }