org.openrdf.query.parser.serql.ast
Class ASTPathExprTail

java.lang.Object
  extended by org.openrdf.query.parser.serql.ast.SimpleNode
      extended by org.openrdf.query.parser.serql.ast.ASTPathExprTail
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTBasicPathExprTail, ASTOptPathExprTail

public abstract class ASTPathExprTail
extends SimpleNode


Field Summary
 
Fields inherited from class org.openrdf.query.parser.serql.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTPathExprTail(int id)
           
ASTPathExprTail(SyntaxTreeBuilder p, int id)
           
 
Method Summary
abstract  ASTPathExprTail getNextTail()
          Gets the path epxression tail following this part of the path expression, if any.
 boolean hasNextTail()
           
 boolean isBranch()
           
 void setBranch(boolean isBranch)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTPathExprTail

public ASTPathExprTail(int id)

ASTPathExprTail

public ASTPathExprTail(SyntaxTreeBuilder p,
                       int id)
Method Detail

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-2008 Aduna. All Rights Reserved.