ASTBoxedLessThanOp.java
/* Generated By:JJTree: Do not edit this line. ASTBoxedLessThanOp.java Version 7.0 */
/* 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 com.github.tom65536.adelante.parser;
public
class ASTBoxedLessThanOp extends SimpleNode {
public ASTBoxedLessThanOp(int id) {
super(id);
}
public ASTBoxedLessThanOp(AdelanteParser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(AdelanteParserVisitor visitor, Object data) {
return
visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=53a4a0ca2adfd4f4877086bbe7e6ced2 (do not edit this line) */