C# 클래스 StmtNode_For, DailyProjects

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

공개 메소드들

메소드 설명
StmtNode_For ( int line, StmtNode, first, ExprNode, second, StmtNode, third, StmtNode, body ) : System.Collections.Generic
acceptVisitor ( IStmtNodeVisitor v ) : void

메소드 상세

StmtNode_For() 공개 메소드

public StmtNode_For ( int line, StmtNode, first, ExprNode, second, StmtNode, third, StmtNode, body ) : System.Collections.Generic
line int
first StmtNode,
second ExprNode,
third StmtNode,
body StmtNode,
리턴 System.Collections.Generic

acceptVisitor() 공개 메소드

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