Package | Description |
---|---|
com.fasterxml.aalto.in | |
test |
Modifier and Type | Field and Description |
---|---|
protected ByteBasedPNameTable |
ByteBasedScanner._symbols
For now, symbol table contains prefixed names.
|
(package private) ByteBasedPNameTable |
ReaderConfig.EncodingContext.mAsciiTable |
(package private) ByteBasedPNameTable |
ReaderConfig.EncodingContext.mLatin1Table |
(package private) ByteBasedPNameTable |
ReaderConfig.EncodingContext.mUtf8Table |
Modifier and Type | Method and Description |
---|---|
ByteBasedPNameTable |
ReaderConfig.EncodingContext.getAsciiSymbols() |
ByteBasedPNameTable |
ReaderConfig.getBBSymbols() |
ByteBasedPNameTable |
ReaderConfig.EncodingContext.getLatin1Symbols() |
ByteBasedPNameTable |
ReaderConfig.EncodingContext.getUtf8Symbols() |
Modifier and Type | Method and Description |
---|---|
boolean |
ByteBasedPNameTable.mergeFromChild(ByteBasedPNameTable child) |
void |
ReaderConfig.EncodingContext.updateAsciiSymbols(ByteBasedPNameTable sym) |
void |
ReaderConfig.updateBBSymbols(ByteBasedPNameTable sym) |
void |
ReaderConfig.EncodingContext.updateLatin1Symbols(ByteBasedPNameTable sym) |
void |
ReaderConfig.EncodingContext.updateUtf8Symbols(ByteBasedPNameTable sym) |
Constructor and Description |
---|
ByteBasedPNameTable(ByteBasedPNameTable parent)
Constructor used when creating a child instance
|
Modifier and Type | Field and Description |
---|---|
(package private) ByteBasedPNameTable |
TestPNamePerf.mSymbols |
(package private) ByteBasedPNameTable |
TestNameTable.mTable |
(package private) ByteBasedPNameTable |
TestNameHashing.mTable |
Modifier and Type | Method and Description |
---|---|
(package private) PName |
TestNameHashing.addSymbol(ByteBasedPNameTable table,
java.lang.String word) |
(package private) PName |
TestNameHashing.tryToFind(ByteBasedPNameTable table,
java.lang.String word) |