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

com.carrotsearch.hppc.generator.parser.Channels Maven / Gradle / Ivy

The newest version!
package com.carrotsearch.hppc.generator.parser;

class Channels {
  private Channels() {}
  
  public final static int LINE_COMMENT = 1000;
  public final static int BLOCK_COMMENT = 1001;
  public final static int JAVADOC_COMMENT = 1002;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy