Interface IParsedElement<TConstant extends IConstant,​TOperator extends IOperator>

  • Type Parameters:
    TConstant - Type of the implementation for constant symbols.
    TOperator - Type of the implementation for operator symbols.

    public interface IParsedElement<TConstant extends IConstant,​TOperator extends IOperator>
    Represents a parsed element created when a token stream of an infix expression is parsed into reverse polnish notation.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH