com.carrotsearch.hppc.generator.parser.Channels Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hppc-template-processor Show documentation
Show all versions of hppc-template-processor Show documentation
Template Processor and Code Generation for HPPC.
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;
}