
org.testifyproject.jexl3.parser.ASTSizeMethod Maven / Gradle / Ivy
/* Generated By:JJTree: Do not edit this line. ASTSizeMethod.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.testifyproject.jexl3.parser;
public
class ASTSizeMethod extends JexlNode {
public ASTSizeMethod(int id) {
super(id);
}
public ASTSizeMethod(Parser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(ParserVisitor visitor, Object data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=a99a281c99075c6aa2598f9aed4c8551 (do not edit this line) */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy