org.apache.commons.jexl3.parser.ASTSetOrNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-jexl3 Show documentation
Show all versions of commons-jexl3 Show documentation
The Apache Commons JEXL library is an implementation of the JSTL Expression Language with extensions.
/* Generated By:JJTree: Do not edit this line. ASTSetOrNode.java Version 4.3 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=true,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package org.apache.commons.jexl3.parser;
public
class ASTSetOrNode extends JexlNode {
public ASTSetOrNode(int id) {
super(id);
}
public ASTSetOrNode(Parser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(ParserVisitor visitor, Object data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=7d82fe66ef22ed9d03038370efe2d3a4 (do not edit this line) */
© 2015 - 2024 Weber Informatics LLC | Privacy Policy