C# Class ExpressionEngine.Internal.Ast.FunctionCallExpression

Inheritance: NameExpression
Exibir arquivo Open project: gsscoder/exprengine Class Usage Examples

Public Methods

Method Description
Accept ( Visitor visitor ) : void
FunctionCallExpression ( string name ) : System.Collections.Generic

Method Details

Accept() public method

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

FunctionCallExpression() public method

public FunctionCallExpression ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic