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

Inheritance: expr
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Свойство Type Description
elems List

Méthodes publiques

Méthode Description
GenerateCode ( string language, StringBuilder sb ) : void
GetBoundVars ( ) : IEnumerable
GetFunctionNames ( ) : IEnumerable
ToC ( StringBuilder sb ) : void
ToCS ( StringBuilder sb ) : void
ToJS ( StringBuilder sb ) : void
elemlist ( List elems ) : 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

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

elemlist() public méthode

public elemlist ( List elems ) : System
elems List
Résultat System

Property Details

elems public_oe property

public List elems
Résultat List