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

Inheritance: expr
Mostrar archivo Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
id ident

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
ToString ( ) : string
functioncall ( ident n ) : System
functioncall ( ident n, IEnumerable cont ) : System

Private Methods

Method Description
IsDefined ( string f ) : bool

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

ToString() public method

public ToString ( ) : string
return string

functioncall() public method

public functioncall ( ident n ) : System
n ident
return System

functioncall() public method

public functioncall ( ident n, IEnumerable cont ) : System
n ident
cont IEnumerable
return System

Property Details

id public_oe property

public ident,Microsoft.Bek.Frontend.AST id
return ident