Class WildcardProjectionProcessor

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

@Deprecated(since="3.0") @InternalUseOnly public class WildcardProjectionProcessor extends AbstractASTVisitor
Deprecated.
This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
Processes 'wildcard' projections, making them explicit by adding the appropriate variable nodes to them.
Author:
arjohn, Jeen Broekstra
  • Constructor Details

    • WildcardProjectionProcessor

      public WildcardProjectionProcessor()
      Deprecated.
  • Method Details