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

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

Go to download

The Apache Commons JEXL library is an implementation of the JSTL Expression Language with extensions.

The newest version!
/* Generated by: JJTree: Do not edit this line. ASTSetShiftRightUnsignedNode.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 ASTSetShiftRightUnsignedNode extends JexlNode {
  public ASTSetShiftRightUnsignedNode(int id) {
    super(id);
  }

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


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy