public final class ExprAtLeast extends SimpleNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ExprAtLeast(ExpressionParser p,
int id) |
ExprAtLeast(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
jjtAccept(ExpressionParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringpublic ExprAtLeast(int id)
public ExprAtLeast(ExpressionParser p, int id)
public java.lang.Object jjtAccept(ExpressionParserVisitor visitor, java.lang.Object data) throws ExpressionVisitorException
jjtAccept in interface NodejjtAccept in class SimpleNodeExpressionVisitorException