Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTUpdateContainer
-
Packages that use ASTUpdateContainer 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 ASTUpdateContainer in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ASTUpdateContainer Modifier and Type Method Description java.lang.Object
AbstractASTVisitor. visit(ASTUpdateContainer node, java.lang.Object data)
-
Uses of ASTUpdateContainer in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTUpdateContainer Modifier and Type Method Description ASTUpdateContainer
SyntaxTreeBuilder. UpdateContainer()
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return types with arguments of type ASTUpdateContainer Modifier and Type Method Description java.util.List<ASTUpdateContainer>
ASTUpdateSequence. getUpdateContainers()
Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTUpdateContainer Modifier and Type Method Description java.lang.Object
SyntaxTreeBuilderDefaultVisitor. visit(ASTUpdateContainer node, java.lang.Object data)
java.lang.Object
SyntaxTreeBuilderVisitor. visit(ASTUpdateContainer node, java.lang.Object data)
-