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

org.testifyproject.jexl3.parser.ASTSetXorNode Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
/* Generated By:JJTree: Do not edit this line. ASTSetXorNode.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 ASTSetXorNode extends JexlNode {
  public ASTSetXorNode(int id) {
    super(id);
  }

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


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy