C# 클래스 Absyn.DoExp

상속: Exp
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Vars ExpList

공개 메소드들

메소드 설명
DoExp ( ExpList v, ExpList c ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

메소드 상세

DoExp() 공개 메소드

public DoExp ( ExpList v, ExpList c ) : System
v ExpList
c ExpList
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

Visit() 공개 메소드

public Visit ( IExpVisitor v ) : void
v IExpVisitor
리턴 void

프로퍼티 상세

Vars 공개적으로 프로퍼티

public ExpList,Absyn Vars
리턴 ExpList