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

io.deephaven.lang.generated.ChunkerClosure Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
/* Generated By:JJTree: Do not edit this line. ChunkerClosure.java Version 7.0 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=true,NODE_PREFIX=Chunker,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package io.deephaven.lang.generated;

public class ChunkerClosure extends ScopedNode {

  public ChunkerClosure(int id) {
    super(id);
  }

  public ChunkerClosure(Chunker p, int id) {
    super(p, id);
  }

  /** Accept the visitor. **/
  public Object jjtAccept(ChunkerVisitor visitor, Object data) {

    return
    visitor.visitChunkerClosure(this, data);
  }

}
/* JavaCC - OriginalChecksum=1b485e5b9417e25e3960e10e48982a34 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy