C# Class SimpleC.Types.AstNodes.FunctionCallExpressionNode

Inheritance: ExpressionNode
Afficher le fichier Open project: nrother/simple-c

Méthodes publiques

Méthode Description
AddArgument ( ExpressionNode arg ) : void
AddArguments ( IEnumerable args ) : void
FunctionCallExpressionNode ( string functionName ) : System

Method Details

AddArgument() public méthode

public AddArgument ( ExpressionNode arg ) : void
arg ExpressionNode
Résultat void

AddArguments() public méthode

public AddArguments ( IEnumerable args ) : void
args IEnumerable
Résultat void

FunctionCallExpressionNode() public méthode

public FunctionCallExpressionNode ( string functionName ) : System
functionName string
Résultat System