Uses of Class
org.openrdf.query.parser.serql.ast.ASTNodeElem

Packages that use ASTNodeElem
org.openrdf.query.parser.serql The SeRQL query engine. 
org.openrdf.query.parser.serql.ast   
 

Uses of ASTNodeElem in org.openrdf.query.parser.serql
 

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

Uses of ASTNodeElem in org.openrdf.query.parser.serql.ast
 

Methods in org.openrdf.query.parser.serql.ast that return ASTNodeElem
 ASTNodeElem ASTReifiedStat.getObject()
           
 ASTNodeElem ASTReifiedStat.getSubject()
           
 

Methods in org.openrdf.query.parser.serql.ast that return types with arguments of type ASTNodeElem
 List<ASTNodeElem> ASTNode.getNodeElemList()
           
 

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



Copyright © 2001-2009 Aduna. All Rights Reserved.