public class ASTOptPathExpr extends ASTPathExpr
children, id, parent, parser
Constructor and Description |
---|
ASTOptPathExpr(int id) |
ASTOptPathExpr(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTPathExpr |
getPathExpr() |
ASTWhere |
getWhereClause()
Returns the where clause on the optional path expression, if present.
|
boolean |
hasConstraint()
Checks if this optional path expression has a constraint.
|
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
public ASTOptPathExpr(int id)
public ASTOptPathExpr(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
SimpleNode
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public ASTPathExpr getPathExpr()
public boolean hasConstraint()
public ASTWhere getWhereClause()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.