C# 클래스 StmtNode_IfElse, DailyProjects

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

공개 메소드들

메소드 설명
StmtNode_IfElse ( int line, ExprNode, expr, StmtNode, ifStmt, StmtNode, elseStmt ) : System.Collections.Generic
acceptVisitor ( IStmtNodeVisitor v ) : void

메소드 상세

StmtNode_IfElse() 공개 메소드

public StmtNode_IfElse ( int line, ExprNode, expr, StmtNode, ifStmt, StmtNode, elseStmt ) : System.Collections.Generic
line int
expr ExprNode,
ifStmt StmtNode,
elseStmt StmtNode,
리턴 System.Collections.Generic

acceptVisitor() 공개 메소드

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