Uses of Class
org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
-
Packages that use AbstractASTVisitor Package Description org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser. -
-
Uses of AbstractASTVisitor in org.eclipse.rdf4j.query.parser.sparql
Subclasses of AbstractASTVisitor in org.eclipse.rdf4j.query.parser.sparql Modifier and Type Class Description class
ASTVisitorBase
Deprecated.UseAbstractASTVisitor
instead.private static class
BaseDeclProcessor.RelativeIRIResolver
class
BlankNodeVarProcessor
Processes blank nodes in the query body, replacing them with variables while retaining scope.private static class
BlankNodeVarProcessor.BlankNodeToVarConverter
private static class
PrefixDeclProcessor.QNameProcessor
private static class
StringEscapesProcessor.StringProcessor
class
TupleExprBuilder
A SPARQL AST visitor implementation that creates a query algebra representation of the query.class
UpdateExprBuilder
Extension of TupleExprBuilder that builds Update Expressions.class
WildcardProjectionProcessor
Deprecated.This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.private static class
WildcardProjectionProcessor.QueryVariableCollector
Deprecated.private static class
WildcardProjectionProcessor.SelectClauseCollector
Deprecated.
-