C# 클래스 ExprNode_ID, DailyProjects

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

공개 메소드들

메소드 설명
ExprNode_ID ( int line, string name ) : System.Collections.Generic
acceptVisitor ( IExprNodeVisitor v ) : void

메소드 상세

ExprNode_ID() 공개 메소드

public ExprNode_ID ( int line, string name ) : System.Collections.Generic
line int
name string
리턴 System.Collections.Generic

acceptVisitor() 공개 메소드

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