C# 클래스 ExprNode_ConstString, DailyProjects

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

공개 메소드들

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

메소드 상세

ExprNode_ConstString() 공개 메소드

public ExprNode_ConstString ( int line, string str ) : System.Collections.Generic
line int
str string
리턴 System.Collections.Generic

acceptVisitor() 공개 메소드

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