public final class NoopCellPreProcessor extends CellPreProcessor
| Modifier and Type | Field and Description |
|---|---|
static NoopCellPreProcessor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ignoreLeadingSpace() |
void |
newCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer,
int state) |
public static final NoopCellPreProcessor INSTANCE
public final void newCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer,
int state)
newCell in class CellPreProcessorpublic final boolean ignoreLeadingSpace()
ignoreLeadingSpace in class CellPreProcessorCopyright © 2017. All rights reserved.