parseExpr abstract method

ASTNode parseExpr()

To read the current token from current position and produce an AST expression. Normally this is the entry point of recursive descent parsing. Class that implements HTParser must define this method.

Implementation

ASTNode parseExpr();