- Progressively refactor SparqlAstBuilder: - Extract the construction of RDF terms and literals. - Extract the construction of expressions. - Extract the construction of property paths. - Keep only the common state shared across builders in SparqlAstBuilder. - Do not modify the produced AST during this refactoring.
Progressively refactor SparqlAstBuilder:
Extract the construction of RDF terms and literals.
Extract the construction of expressions.
Extract the construction of property paths.
Keep only the common state shared across builders in SparqlAstBuilder.
Do not modify the produced AST during this refactoring.