C# 클래스 Absyn.DoCondExp

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

공개 프로퍼티들

프로퍼티 타입 설명
Cond Exp
EndLabel System.Reflection.Emit.Label

공개 메소드들

메소드 설명
DoCondExp ( Exp c, Exp r ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

메소드 상세

DoCondExp() 공개 메소드

public DoCondExp ( Exp c, Exp r ) : System
c Exp
r Exp
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

Visit() 공개 메소드

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

프로퍼티 상세

Cond 공개적으로 프로퍼티

public Exp,Absyn Cond
리턴 Exp

EndLabel 공개적으로 프로퍼티

public System.Reflection.Emit.Label EndLabel
리턴 System.Reflection.Emit.Label