C# 클래스 UnityEngine.GraphToolsFoundation.Overdrive.MathExpressionParser

Utility class to parse a mathematical expression.
파일 보기 프로젝트 열기: needle-mirror/com.unity.graphtools.foundation

공개 메소드들

메소드 설명
Parse ( string expressionStr, string &error ) : IExpression

Parses a mathematical expression.

비공개 메소드들

메소드 설명
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

메소드 상세

Parse() 공개 정적인 메소드

Parses a mathematical expression.
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.
리턴 IExpression