Method | Description | |
---|---|---|
CreateNumberConstantToken ( string numberString ) : |
||
CreateOperatorToken ( char op ) : |
||
InfixToPostfix ( |
||
IsArithmeticExpression ( |
||
IsArithmeticOperator ( |
||
IsCloseParenthesis ( |
||
IsOpenParenthesis ( |
public static CreateNumberConstantToken ( string numberString ) : |
||
numberString | string | |
return |
public static CreateOperatorToken ( char op ) : |
||
op | char | |
return |
public static InfixToPostfix ( |
||
inputExpression | ||
postfixExpression | ||
return | bool |
public static IsArithmeticExpression ( |
||
expression | ||
return | bool |
public static IsArithmeticOperator ( |
||
token | ||
return | bool |
public static IsCloseParenthesis ( |
||
token | ||
return | bool |
public static IsOpenParenthesis ( |
||
token | ||
return | bool |