C# 클래스 StmtNode_Assign, DailyProjects

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

공개 메소드들

메소드 설명
StmtNode_Assign ( int line, ExprNode, lexpr, ExprNode, rexpr ) : System.Collections.Generic
acceptVisitor ( IStmtNodeVisitor v ) : void

메소드 상세

StmtNode_Assign() 공개 메소드

public StmtNode_Assign ( int line, ExprNode, lexpr, ExprNode, rexpr ) : System.Collections.Generic
line int
lexpr ExprNode,
rexpr ExprNode,
리턴 System.Collections.Generic

acceptVisitor() 공개 메소드

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