CubeInfixToPostfix()
Constructs a CubeInfixToPostfix converter.
bool isKnownSymbol(QString representation)
This method will return true if it believes the argument represents a valid function or operator.
InfixOperator * findOperator(QString representation)
This method will return a pointer to the operator represented by 'representation.
void initialize()
This method is used to create functions that are specific to cubes.
virtual InfixOperator * findOperator(QString representation)
This method will return a pointer to the operator represented by 'representation.
bool isFunction(QString representation)
This method will return true if 'representation' is a known function.