A generator of AST representation of an expression. This class can use an
optionally supplied CommonTreeAdaptor to process the tree further.
If successful it returns the root of an AST representing the parsed query.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`ExpressionTreeBuilder` generates an Abstract Syntax Tree (AST) representation of an expression."],["It can utilize a `CommonTreeAdaptor` to further process the tree."],["The `parse` method parses a string expression and returns a `CommonTree`, representing the parsed query."],["The constructor `ExpressionTreeBuilder` optionally accepts a `CommonTreeAdaptor` for customized tree processing."],["Parsing an expression can throw a `RecognitionException` if the provided expression is invalid."]]],[]]