C# Class FvCalculation.ExpressionParser

Show file Open project: Ninputer/opencl-plot Class Usage Examples

Public Methods

Method Description
Parse ( string s ) : RawExpression

Private Methods

Method Description
Char ( char input, char c ) : bool
Exp0 ( char input ) : RawExpression
Exp1 ( char input ) : RawExpression
Exp2 ( char input ) : RawExpression
Exp3 ( char input ) : RawExpression
Name ( char input ) : string
Number ( char input ) : double
SkipSpaces ( char input ) : void
UnsafeParse ( char input ) : RawExpression

Method Details

Parse() public static method

public static Parse ( string s ) : RawExpression
s string
return RawExpression