Class WildcardProjectionProcessor

  • All Implemented Interfaces:
    org.eclipse.rdf4j.query.parser.sparql.ast.SyntaxTreeBuilderVisitor

    @Deprecated
    public class WildcardProjectionProcessor
    extends AbstractASTVisitor
    Deprecated.
    since 3.0. 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 Detail

      • WildcardProjectionProcessor

        public WildcardProjectionProcessor()
        Deprecated.