C# Class SimpleC.Types.AstNodes.FunctionCallExpressionNode

Inheritance: ExpressionNode
显示文件 Open project: nrother/simple-c

Public Methods

Method Description
AddArgument ( ExpressionNode arg ) : void
AddArguments ( IEnumerable args ) : void
FunctionCallExpressionNode ( string functionName ) : System

Method Details

AddArgument() public method

public AddArgument ( ExpressionNode arg ) : void
arg ExpressionNode
return void

AddArguments() public method

public AddArguments ( IEnumerable args ) : void
args IEnumerable
return void

FunctionCallExpressionNode() public method

public FunctionCallExpressionNode ( string functionName ) : System
functionName string
return System