C# Class Microsoft.Bek.Frontend.AST.ifthenelse

Inheritance: iterstmt
Afficher le fichier Open project: AutomataDotNet/Automata Class Usage Examples

Méthodes publiques

Свойство Type Description
cond expr
fcase List
tcase List

Méthodes publiques

Méthode Description
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

Method Details

GenerateCode() public méthode

public GenerateCode ( string language, StringBuilder sb ) : void
language string
sb StringBuilder
Résultat void

GetBoundVars() public méthode

public GetBoundVars ( ) : IEnumerable
Résultat IEnumerable

GetFunctionNames() public méthode

public GetFunctionNames ( ) : IEnumerable
Résultat IEnumerable

Mk() public static méthode

public static Mk ( List pairs ) : ifthenelse
pairs List
Résultat ifthenelse

ToC() public méthode

public ToC ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

ToCS() public méthode

public ToCS ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

ToJS() public méthode

public ToJS ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ifthenelse() public méthode

public ifthenelse ( expr cond, List tcase, List fcase ) : System
cond expr
tcase List
fcase List
Résultat System

Property Details

cond public_oe property

public expr cond
Résultat expr

fcase public_oe property

public List fcase
Résultat List

tcase public_oe property

public List tcase
Résultat List