Method | Description | |
---|---|---|
Action ( MathParserTreeNode treeNode ) : void | ||
GetPolishPostfixExpression ( ) : System.Operation[] | ||
PolishVisitor ( int sizeOfPolishExpression ) : System |
public Action ( MathParserTreeNode treeNode ) : void | ||
treeNode | MathParserTreeNode | |
return | void |
public GetPolishPostfixExpression ( ) : System.Operation[] | ||
return | System.Operation[] |
public PolishVisitor ( int sizeOfPolishExpression ) : System | ||
sizeOfPolishExpression | int | |
return | System |