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

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

Méthodes publiques

Свойство Type Description
id ident

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

Private Methods

Méthode Description
IsDefined ( string f ) : bool

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

ToString() public méthode

public ToString ( ) : string
Résultat string

functioncall() public méthode

public functioncall ( ident n ) : System
n ident
Résultat System

functioncall() public méthode

public functioncall ( ident n, IEnumerable cont ) : System
n ident
cont IEnumerable
Résultat System

Property Details

id public_oe property

public ident,Microsoft.Bek.Frontend.AST id
Résultat ident