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

Inheritance: FunctionExpression
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
Cast ( IExpression expr, string typeName, IExpression typeInfo1, IExpression typeInfo2 ) : System
ConstructFunction ( IList arguments ) : FunctionExpression

Method Details

Accept() public méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

Cast() public méthode

public Cast ( IExpression expr, string typeName, IExpression typeInfo1, IExpression typeInfo2 ) : System
expr IExpression never null
typeName string
typeInfo1 IExpression
typeInfo2 IExpression
Résultat System

ConstructFunction() public méthode

public ConstructFunction ( IList arguments ) : FunctionExpression
arguments IList
Résultat FunctionExpression