All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.commons.jexl3.parser.ASTShiftRightUnsignedNode Maven / Gradle / Ivy

/* Generated by: JJTree: Do not edit this line. ASTShiftRightUnsignedNode.java Version 1.1 */
/* ParserGeneratorCCOptions: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 ASTShiftRightUnsignedNode extends JexlNode {
  public ASTShiftRightUnsignedNode(int id) {
    super(id);
  }

  public ASTShiftRightUnsignedNode(Parser p, int id) {
    super(p, id);
  }


  /** Accept the visitor. **/
  public Object jjtAccept(ParserVisitor visitor, Object data) {
    return
    visitor.visit(this, data);
  }
}
/* ParserGeneratorCC - OriginalChecksum=7f8ef9c4ae9891f0e53ab6d92845ea13 (do not edit this line) */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy