public abstract class ASTPathExprTail extends SimpleNode
children, id, parent, parser| Constructor and Description |
|---|
ASTPathExprTail(int id) |
ASTPathExprTail(SyntaxTreeBuilder p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
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() |
childrenAccept, dump, dump, jjtAccept, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toStringpublic ASTPathExprTail(int id)
public ASTPathExprTail(SyntaxTreeBuilder p, int id)
public boolean isBranch()
public void setBranch(boolean isBranch)
public boolean hasNextTail()
public abstract ASTPathExprTail getNextTail()
public String toString()
toString in class SimpleNodeCopyright © 2001-2013 Aduna. All Rights Reserved.