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

Inheritance: expr
ファイルを表示 Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
elems List

Public Methods

Method 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 method

public GenerateCode ( string language, StringBuilder sb ) : void
language string
sb StringBuilder
return void

GetBoundVars() public method

public GetBoundVars ( ) : IEnumerable
return IEnumerable

GetFunctionNames() public method

public GetFunctionNames ( ) : IEnumerable
return IEnumerable

ToC() public method

public ToC ( StringBuilder sb ) : void
sb StringBuilder
return void

ToCS() public method

public ToCS ( StringBuilder sb ) : void
sb StringBuilder
return void

ToJS() public method

public ToJS ( StringBuilder sb ) : void
sb StringBuilder
return void

elemlist() public method

public elemlist ( List elems ) : System
elems List
return System

Property Details

elems public_oe property

public List elems
return List