C# Class ServiceInsight.ValueConverters.MathConverter.Parser

Mostrar archivo Open project: Particular/ServiceInsight

Public Methods

Method Description
Parse ( string value ) : IExpression

Private Methods

Method Description
CreateVariable ( int n ) : IExpression
ParseExpression ( ) : IExpression
ParseFactor ( ) : IExpression
ParseTerm ( ) : IExpression
Require ( char c ) : void
RequireEndOfText ( ) : void
SkipWhiteSpace ( ) : void

Method Details

Parse() public method

public Parse ( string value ) : IExpression
value string
return IExpression