Exemple #1
0
 /// <inheritdoc />
 public object GetCompileTimeValue()
 {
     return(MorestachioExpression.GetCompileTimeValue());
 }
Exemple #2
0
 public ExpressionDebuggerDisplay(MorestachioExpression exp)
 {
     _exp = exp;
 }
Exemple #3
0
 /// <inheritdoc />
 public bool IsCompileTimeEval()
 {
     return(MorestachioExpression.IsCompileTimeEval());
 }
Exemple #4
0
 /// <summary>
 /// </summary>
 /// <param name="contextObject"></param>
 /// <param name="scopeData"></param>
 /// <returns></returns>
 public async ContextObjectPromise GetValue(ContextObject contextObject, ScopeData scopeData)
 {
     return(await MorestachioExpression.GetValue(contextObject, scopeData));
 }