Class ExpressionParser


  • public class ExpressionParser
    extends Object
    An expression parser can read Expressions from text input. After construction, you can read expressions with readExpression(). If you construct the parser with a LineColumnNumberReader, then you can rewind the input after each call of readExpression(), regardless of whether it returns a token or null or a parse error. Rewinding can be useful if an expression is embedded inside other text input.