Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Absyn
IfExp
C# 클래스 Absyn.IfExp
상속:
Exp
파일 보기
프로젝트 열기: gbarnett/shared-source-cli-2.0
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
EvalExp
Exp
공개 메소드들
메소드
설명
IfExp
(
Exp
e
,
Exp
thene
,
Exp
elsee
) :
System
ToString
( ) :
String
Visit
(
IExpVisitor
v
) :
void
메소드 상세
IfExp()
공개
메소드
public
IfExp
(
Exp
e
,
Exp
thene
,
Exp
elsee
) :
System
e
Exp
thene
Exp
elsee
Exp
리턴
System
ToString()
공개
메소드
public
ToString
( ) :
String
리턴
String
Visit()
공개
메소드
public
Visit
(
IExpVisitor
v
) :
void
v
IExpVisitor
리턴
void
프로퍼티 상세
EvalExp
공개적으로 프로퍼티
public
Exp,Absyn
EvalExp
리턴
Exp