![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.commons.jexl2.parser.ASTJexlScript Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-jexl Show documentation
Show all versions of commons-jexl Show documentation
The Commons Jexl library is an implementation of the JSTL Expression Language with extensions.
/* Generated By:JJTree: Do not edit this line. ASTJexlScript.java Version 4.3 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package org.apache.commons.jexl2.parser;
public
class ASTJexlScript extends JexlNode {
public ASTJexlScript(int id) {
super(id);
}
public ASTJexlScript(Parser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(ParserVisitor visitor, Object data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=931cae1a9f1cf23f8f0bfe623a5cb09a (do not edit this line) */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy