Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTInsertClause
Packages that use ASTInsertClause
Package
Description
The rdf4j SPARQL 1.1 parser.
SPARQL 1.1 Abstract Syntax Tree (AST) parser.
-
Uses of ASTInsertClause in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ASTInsertClauseModifier and TypeMethodDescriptionAbstractASTVisitor.visit
(ASTInsertClause node, Object data) UpdateExprBuilder.visit
(ASTInsertClause node, Object data) -
Uses of ASTInsertClause in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTInsertClauseMethods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTInsertClauseModifier and TypeMethodDescriptionSyntaxTreeBuilderDefaultVisitor.visit
(ASTInsertClause node, Object data) SyntaxTreeBuilderVisitor.visit
(ASTInsertClause node, Object data)