Class TemplateAwareExpressionParser
Inheritance
System.Object
TemplateAwareExpressionParser
Assembly: Steeltoe.Common.Expression.dll
Syntax
public abstract class TemplateAwareExpressionParser : IExpressionParser
Methods
|
Edit this page
View Source
DoParseExpression(String, IParserContext)
Declaration
protected abstract IExpression DoParseExpression(string expressionString, IParserContext context)
Parameters
Type |
Name |
Description |
System.String |
expressionString |
|
IParserContext |
context |
|
Returns
Type |
Description |
IExpression |
|
|
Edit this page
View Source
ParseExpression(String)
Declaration
public IExpression ParseExpression(string expressionString)
Parameters
Type |
Name |
Description |
System.String |
expressionString |
|
Returns
Type |
Description |
IExpression |
|
|
Edit this page
View Source
ParseExpression(String, IParserContext)
Declaration
public IExpression ParseExpression(string expressionString, IParserContext context)
Parameters
Type |
Name |
Description |
System.String |
expressionString |
|
IParserContext |
context |
|
Returns
Type |
Description |
IExpression |
|