public class ASTOptPathExprTail extends ASTPathExprTail
children, id, parent, parser
Constructor and Description |
---|
ASTOptPathExprTail(int id) |
ASTOptPathExprTail(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTPathExprTail |
getNextTail()
Gets the path epxression tail following this part of the path expression, if any.
|
ASTBasicPathExprTail |
getOptionalTail()
Gets the optional tail part of the path expression.
|
ASTWhere |
getWhereClause()
Gets the where-clause that constrains the results of the optional path expression tail, if any.
|
boolean |
hasWhereClause() |
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 ASTOptPathExprTail(int id)
public ASTOptPathExprTail(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
SimpleNode
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public ASTBasicPathExprTail getOptionalTail()
public boolean hasWhereClause()
public ASTWhere getWhereClause()
public ASTPathExprTail getNextTail()
ASTPathExprTail
getNextTail
in class ASTPathExprTail
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.