public class ASTPathElt extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ASTPathElt(int id) |
ASTPathElt(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTPathMod |
getPathMod() |
boolean |
isInverse() |
boolean |
isNegatedPropertySet() |
boolean |
isNestedPath() |
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
void |
setInverse(boolean inverse) |
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
public ASTPathElt(int id)
public ASTPathElt(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public void setInverse(boolean inverse)
public boolean isInverse()
public boolean isNegatedPropertySet()
public boolean isNestedPath()
public ASTPathMod getPathMod()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.