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

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

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

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

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

Methods in org.openrdf.query.parser.serql.ast that return ASTBasicPathExprTail
 ASTBasicPathExprTail ASTOptPathExprTail.getOptionalTail()
          Gets the optional tail part of the path expression.
 ASTBasicPathExprTail ASTBasicPathExpr.getTail()
           
 

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



Copyright © 2001-2008 Aduna. All Rights Reserved.