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

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

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

Methods in org.openrdf.query.parser.sparql with parameters of type ASTObjectList
 List<ValueExpr> TupleExprBuilder.visit(ASTObjectList node, Object data)
           
 Object ASTVisitorBase.visit(ASTObjectList node, Object data)
           
 

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

Methods in org.openrdf.query.parser.sparql.ast that return ASTObjectList
 ASTObjectList ASTPropertyListPath.getObjectList()
           
 ASTObjectList ASTPropertyList.getObjectList()
           
 

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



Copyright © 2001-2012 Aduna. All Rights Reserved.