org.openrdf.query.parser.serql.ast
Class ASTPathExprTail
java.lang.Object
org.openrdf.query.parser.serql.ast.SimpleNode
org.openrdf.query.parser.serql.ast.ASTPathExprTail
- All Implemented Interfaces:
- Node
- Direct Known Subclasses:
- ASTBasicPathExprTail, ASTOptPathExprTail
public abstract class ASTPathExprTail
- extends SimpleNode
| Methods inherited from class org.openrdf.query.parser.serql.ast.SimpleNode |
childrenAccept, dump, dump, jjtAccept, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString |
ASTPathExprTail
public ASTPathExprTail(int id)
ASTPathExprTail
public ASTPathExprTail(SyntaxTreeBuilder p,
int id)
isBranch
public boolean isBranch()
setBranch
public void setBranch(boolean isBranch)
hasNextTail
public boolean hasNextTail()
getNextTail
public abstract ASTPathExprTail getNextTail()
- Gets the path epxression tail following this part of the path expression,
if any.
- Returns:
- The next part of the path expression, or null if this
is the last part of the path expression.
toString
public String toString()
- Overrides:
toString in class SimpleNode
Copyright © 2001-2007 Aduna. All Rights Reserved.