Class Parser.OperatorParser

java.lang.Object
com.google.auto.value.processor.escapevelocity.Parser.OperatorParser
Enclosing class:
Parser

private class Parser.OperatorParser extends Object
An operator-precedence parser for the binary operations we understand. It implements an algorithm from Wikipedia that uses recursion rather than having an explicit stack of operators and values.