Uses of Class
org.openrdf.query.parser.sparql.ast.ASTUpdateContainer

Packages that use ASTUpdateContainer
org.openrdf.query.parser.sparql The SPARQL query engine. 
org.openrdf.query.parser.sparql.ast   
 

Uses of ASTUpdateContainer in org.openrdf.query.parser.sparql
 

Methods in org.openrdf.query.parser.sparql with parameters of type ASTUpdateContainer
 Object ASTVisitorBase.visit(ASTUpdateContainer node, Object data)
           
 

Uses of ASTUpdateContainer in org.openrdf.query.parser.sparql.ast
 

Methods in org.openrdf.query.parser.sparql.ast that return ASTUpdateContainer
 ASTUpdateContainer SyntaxTreeBuilder.UpdateContainer()
           
 

Methods in org.openrdf.query.parser.sparql.ast that return types with arguments of type ASTUpdateContainer
 List<ASTUpdateContainer> ASTUpdateSequence.getUpdateContainers()
           
 

Methods in org.openrdf.query.parser.sparql.ast with parameters of type ASTUpdateContainer
 Object SyntaxTreeBuilderVisitor.visit(ASTUpdateContainer node, Object data)
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.