C# 클래스 StmtNode_Call, DailyProjects

상속: StmtNode
파일 보기 프로젝트 열기: GHScan/DailyProjects 1 사용 예제들

공개 메소드들

메소드 설명
StmtNode_Call ( int line, ExprNode_Call, callExpr ) : System.Collections.Generic
acceptVisitor ( IStmtNodeVisitor v ) : void

메소드 상세

StmtNode_Call() 공개 메소드

public StmtNode_Call ( int line, ExprNode_Call, callExpr ) : System.Collections.Generic
line int
callExpr ExprNode_Call,
리턴 System.Collections.Generic

acceptVisitor() 공개 메소드

public acceptVisitor ( IStmtNodeVisitor v ) : void
v IStmtNodeVisitor
리턴 void