Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTInsertClause
-
Packages that use ASTInsertClause Package Description org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.query.parser.sparql.ast 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 ASTInsertClause Modifier and Type Method Description java.lang.ObjectAbstractASTVisitor. visit(ASTInsertClause node, java.lang.Object data)TupleExprUpdateExprBuilder. visit(ASTInsertClause node, java.lang.Object data) -
Uses of ASTInsertClause in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTInsertClause Modifier and Type Method Description ASTInsertClauseASTModify. getInsertClause()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTInsertClause Modifier and Type Method Description java.lang.ObjectSyntaxTreeBuilderDefaultVisitor. visit(ASTInsertClause node, java.lang.Object data)java.lang.ObjectSyntaxTreeBuilderVisitor. visit(ASTInsertClause node, java.lang.Object data)
-