Table of Contents

Class TDeclareVariableList

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll

List of declare variable

public class TDeclareVariableList : TParseTreeNodeList, Visitable, IEnumerable
Inheritance
TDeclareVariableList
Implements
Inherited Members

Constructors

TDeclareVariableList()

public TDeclareVariableList()

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

addDeclareVariable(TDeclareVariable)

public virtual void addDeclareVariable(TDeclareVariable Item)

Parameters

Item TDeclareVariable

getDeclareVariable(int)

public virtual TDeclareVariable getDeclareVariable(int position)

Parameters

position int

Returns

TDeclareVariable

setTypeAndDefaultValueOfEachVariable(TTypeName, TExpression)

public virtual void setTypeAndDefaultValueOfEachVariable(TTypeName ptype, TExpression pexpr)

Parameters

ptype TTypeName
pexpr TExpression