call abstract method

RollResult call()

each DiceExpression operation is callable (when we call the parsed string, this is the method that'll be used)

Implementation

RollResult call();