C# Class Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.FunctionExpression

Inheritance: PrimaryExpression
Mostra file Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Protected Properties

Property Type Description
arguments IList
functionName string

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
ConstructFunction ( IList arguments ) : FunctionExpression

this function object being called is a prototype

FunctionExpression ( string functionName, IList arguments ) : System.Collections.Generic
Init ( ) : void

Protected Methods

Method Description
WrapList ( IExpression expr ) : IList

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

ConstructFunction() public abstract method

this function object being called is a prototype
public abstract ConstructFunction ( IList arguments ) : FunctionExpression
arguments IList
return FunctionExpression

FunctionExpression() public method

public FunctionExpression ( string functionName, IList arguments ) : System.Collections.Generic
functionName string
arguments IList
return System.Collections.Generic

Init() public method

public Init ( ) : void
return void

WrapList() protected static method

protected static WrapList ( IExpression expr ) : IList
expr IExpression
return IList

Property Details

arguments protected_oe property

protected IList arguments
return IList

functionName protected_oe property

protected string functionName
return string