Method | Description | |
---|---|---|
Parse ( string expressionStr, string &error ) : IExpression |
Parses a mathematical expression.
|
Method | Description | |
---|---|---|
ParseUntil ( UnityEngine.GraphToolsFoundation.Overdrive.MathExpressionReader r, Stack opStack, Stack output, Token readUntilToken, int startOpStackSize ) : IExpression | ||
ReadOperator ( string input, bool unary ) : UnityEngine.GraphToolsFoundation.Overdrive.Operator | ||
TryPeek ( Stack stack, &t ) : bool |
public static Parse ( string expressionStr, string &error ) : IExpression | ||
expressionStr | string | The expression in string to be parsed. |
error | string | The error message if an exception occured. |
return | IExpression |