public abstract class ASTPathExprTail extends SimpleNode
children, id, parent, parser
Modifier | Constructor and Description |
---|---|
protected |
ASTPathExprTail(int id) |
protected |
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, toString
protected ASTPathExprTail(int id)
protected 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 SimpleNode
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.