public class ColumnlistCommaProcessor extends AbstractProcessor<TParseTreeNodeList>
| Constructor and Description |
|---|
ColumnlistCommaProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
getNextNotEmptyNode(TParseTreeNodeList list,
int startPos)
fetch the next not empty node
|
void |
process(TParseTreeNodeList columns) |
static void |
processColumns(GFmtOpt opt,
TLinefeedsCommaOption p,
TAlignStyle alignStype,
TParseTreeNodeList columns) |
afterProcess, beforeProcess, getOption, getParameter, getParameter, initpublic ColumnlistCommaProcessor()
public static Object[] getNextNotEmptyNode(TParseTreeNodeList list, int startPos)
list - the node liststartPos - current positionpublic static void processColumns(GFmtOpt opt, TLinefeedsCommaOption p, TAlignStyle alignStype, TParseTreeNodeList columns)
public void process(TParseTreeNodeList columns)
process in class AbstractProcessor<TParseTreeNodeList>