Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTUpdateSequence
-
Packages that use ASTUpdateSequence 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 ASTUpdateSequence in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ASTUpdateSequence Modifier and Type Method Description ObjectAbstractASTVisitor. visit(ASTUpdateSequence node, Object data) -
Uses of ASTUpdateSequence in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTUpdateSequence Modifier and Type Method Description static ASTUpdateSequenceSyntaxTreeBuilder. parseUpdateSequence(String sequence)Parses the supplied SPARQL update sequence and builds a syntax tree from it.ASTUpdateSequenceSyntaxTreeBuilder. UpdateSequence()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTUpdateSequence Modifier and Type Method Description ObjectSyntaxTreeBuilderDefaultVisitor. visit(ASTUpdateSequence node, Object data)ObjectSyntaxTreeBuilderVisitor. visit(ASTUpdateSequence node, Object data)
-