Class Channels
- java.lang.Object
-
- com.carrotsearch.hppc.generator.parser.Channels
-
class Channels extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BLOCK_COMMENT
static int
JAVADOC_COMMENT
static int
LINE_COMMENT
-
Constructor Summary
Constructors Modifier Constructor Description private
Channels()
-
-
-
Field Detail
-
LINE_COMMENT
public static final int LINE_COMMENT
- See Also:
- Constant Field Values
-
BLOCK_COMMENT
public static final int BLOCK_COMMENT
- See Also:
- Constant Field Values
-
JAVADOC_COMMENT
public static final int JAVADOC_COMMENT
- See Also:
- Constant Field Values
-
-