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