Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTUpdateSequence
Packages that use ASTUpdateSequence
Package
Description
The rdf4j SPARQL 1.1 parser.
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 -
Uses of ASTUpdateSequence in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTUpdateSequenceModifier and TypeMethodDescriptionstatic ASTUpdateSequence
SyntaxTreeBuilder.parseUpdateSequence
(String sequence) Parses the supplied SPARQL update sequence and builds a syntax tree from it.final ASTUpdateSequence
SyntaxTreeBuilder.UpdateSequence()
Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTUpdateSequenceModifier and TypeMethodDescriptionSyntaxTreeBuilderDefaultVisitor.visit
(ASTUpdateSequence node, Object data) SyntaxTreeBuilderVisitor.visit
(ASTUpdateSequence node, Object data)