public class ASTBasicPathExprTail extends ASTPathExprTail
children, id, parent, parser
Constructor and Description |
---|
ASTBasicPathExprTail(int id) |
ASTBasicPathExprTail(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTEdge |
getEdge() |
ASTPathExprTail |
getNextTail()
Gets the path epxression tail following this part of the path expression, if any.
|
ASTNode |
getNode() |
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
hasNextTail, isBranch, setBranch, toString
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString
public ASTBasicPathExprTail(int id)
public ASTBasicPathExprTail(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
SimpleNode
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public ASTEdge getEdge()
public ASTNode getNode()
public ASTPathExprTail getNextTail()
ASTPathExprTail
getNextTail
in class ASTPathExprTail
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.