Table of Contents

Class TConstantList

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll
public class TConstantList : TParseTreeNodeList, Visitable, IEnumerable
Inheritance
TConstantList
Implements
Inherited Members

Constructors

TConstantList()

public TConstantList()

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

addConstant(TConstant)

public virtual void addConstant(TConstant def)

Parameters

def TConstant

getConstant(int)

public virtual TConstant getConstant(int position)

Parameters

position int

Returns

TConstant