public class ASTIntegerRange extends SimpleNode
| Constructor and Description |
|---|
ASTIntegerRange(int id) |
ASTIntegerRange(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
java.lang.Object |
value(InternalContextAdapter context)
does the real work.
|
childrenAccept, dump, evaluate, execute, getColumn, getFirstToken, getInfo, getLastToken, getLine, getType, init, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, setFirstToken, setInfo, setInvalid, toStringpublic ASTIntegerRange(int id)
public ASTIntegerRange(Parser p, int id)
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic java.lang.Object value(InternalContextAdapter context) throws MethodInvocationException
value in interface Nodevalue in class SimpleNodecontext - app context used if Left or Right of .. is a refMethodInvocationExceptionCopyright ? 2002 Apache Software Foundation. All Rights Reserved.