Table of Contents

Class ColumnlistCommaProcessor

Namespace
gudusoft.gsqlparser.pp.processor.type.comm
Assembly
gudusoft.gsqlparser.dll
public class ColumnlistCommaProcessor : AbstractProcessor
Inheritance
ColumnlistCommaProcessor
Inherited Members

Methods

getNextNotEmptyNode(TParseTreeNodeList, int)

fetch the next not empty node

public static object[] getNextNotEmptyNode(TParseTreeNodeList list, int startPos)

Parameters

list TParseTreeNodeList

the node list

startPos int

current position

Returns

object[]

the first element is the node and the second one is its position.

process(TParseTreeNode)

public override void process(TParseTreeNode node)

Parameters

node TParseTreeNode

processColumns(GFmtOpt, TLinefeedsCommaOption, TAlignStyle, TParseTreeNodeList)

public static void processColumns(GFmtOpt opt, TLinefeedsCommaOption p, TAlignStyle alignStype, TParseTreeNodeList columns)

Parameters

opt GFmtOpt
p TLinefeedsCommaOption
alignStype TAlignStyle
columns TParseTreeNodeList