C# 클래스 SimpleC.Types.AstNodes.FunctionCallExpressionNode

상속: ExpressionNode
파일 보기 프로젝트 열기: nrother/simple-c

공개 메소드들

메소드 설명
AddArgument ( ExpressionNode arg ) : void
AddArguments ( IEnumerable args ) : void
FunctionCallExpressionNode ( string functionName ) : System

메소드 상세

AddArgument() 공개 메소드

public AddArgument ( ExpressionNode arg ) : void
arg ExpressionNode
리턴 void

AddArguments() 공개 메소드

public AddArguments ( IEnumerable args ) : void
args IEnumerable
리턴 void

FunctionCallExpressionNode() 공개 메소드

public FunctionCallExpressionNode ( string functionName ) : System
functionName string
리턴 System