C# 클래스 Microsoft.Bek.Frontend.AST.ifthenelse

상속: iterstmt
파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cond expr
fcase List
tcase List

공개 메소드들

메소드 설명
GenerateCode ( string language, StringBuilder sb ) : void
GetBoundVars ( ) : IEnumerable
GetFunctionNames ( ) : IEnumerable
Mk ( List pairs ) : ifthenelse
ToC ( StringBuilder sb ) : void
ToCS ( StringBuilder sb ) : void
ToJS ( StringBuilder sb ) : void
ToString ( ) : string
ifthenelse ( expr cond, List tcase, List fcase ) : System

메소드 상세

GenerateCode() 공개 메소드

public GenerateCode ( string language, StringBuilder sb ) : void
language string
sb StringBuilder
리턴 void

GetBoundVars() 공개 메소드

public GetBoundVars ( ) : IEnumerable
리턴 IEnumerable

GetFunctionNames() 공개 메소드

public GetFunctionNames ( ) : IEnumerable
리턴 IEnumerable

Mk() 공개 정적인 메소드

public static Mk ( List pairs ) : ifthenelse
pairs List
리턴 ifthenelse

ToC() 공개 메소드

public ToC ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ToCS() 공개 메소드

public ToCS ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ToJS() 공개 메소드

public ToJS ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ifthenelse() 공개 메소드

public ifthenelse ( expr cond, List tcase, List fcase ) : System
cond expr
tcase List
fcase List
리턴 System

프로퍼티 상세

cond 공개적으로 프로퍼티

public expr cond
리턴 expr

fcase 공개적으로 프로퍼티

public List fcase
리턴 List

tcase 공개적으로 프로퍼티

public List tcase
리턴 List