public class LexerInputSymbols extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_UCHAR |
| Constructor and Description |
|---|
LexerInputSymbols() |
| Modifier and Type | Method and Description |
|---|---|
int |
addCharacter(int ch) |
int |
addSet(CharacterSet set) |
int[] |
getCharacterMap() |
int[][] |
getSetToSymbolsMap() |
int |
getSymbolCount() |
public static final int MAX_UCHAR
public int addSet(CharacterSet set)
public int addCharacter(int ch)
public int[][] getSetToSymbolsMap()
public int[] getCharacterMap()
public int getSymbolCount()
Copyright © 2014. All rights reserved.