Class BlankNodeVarProcessor

java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
org.eclipse.rdf4j.query.parser.sparql.BlankNodeVarProcessor
All Implemented Interfaces:
org.eclipse.rdf4j.query.parser.sparql.ast.SyntaxTreeBuilderVisitor

@InternalUseOnly public class BlankNodeVarProcessor extends AbstractASTVisitor
Processes blank nodes in the query body, replacing them with variables while retaining scope.
Author:
Arjohn Kampman