Class AnonymousVarGenerator

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

    @Deprecated
    @InternalUseOnly
    public class AnonymousVarGenerator
    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.
    Inserts anonymous variables into the abstract syntax tree at places where such variables are already implicitly present.
    • Constructor Detail

      • AnonymousVarGenerator

        public AnonymousVarGenerator()
        Deprecated.
    • Method Detail

      • visit

        public Object visit​(org.eclipse.rdf4j.query.parser.serql.ast.ASTNode node,
                            Object data)
                     throws org.eclipse.rdf4j.query.parser.serql.ast.VisitorException
        Deprecated.
        Specified by:
        visit in interface org.eclipse.rdf4j.query.parser.serql.ast.SyntaxTreeBuilderVisitor
        Overrides:
        visit in class AbstractASTVisitor
        Throws:
        org.eclipse.rdf4j.query.parser.serql.ast.VisitorException
      • visit

        public Object visit​(org.eclipse.rdf4j.query.parser.serql.ast.ASTReifiedStat node,
                            Object data)
                     throws org.eclipse.rdf4j.query.parser.serql.ast.VisitorException
        Deprecated.
        Specified by:
        visit in interface org.eclipse.rdf4j.query.parser.serql.ast.SyntaxTreeBuilderVisitor
        Overrides:
        visit in class AbstractASTVisitor
        Throws:
        org.eclipse.rdf4j.query.parser.serql.ast.VisitorException