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

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

Méthodes publiques

Свойство Type Description
args Microsoft.Bek.Frontend.AST.ident[]
body expr
id ident

Méthodes publiques

Méthode Description
BekLocalFunction ( ident id, ident args, expr body ) : System
GenerateCode ( string language, StringBuilder sb ) : void
GetBoundVars ( ) : IEnumerable
GetFunctionNames ( ) : IEnumerable
ToC ( StringBuilder sb ) : void
ToC ( StringBuilder sb, bool ispredicate ) : void
ToCS ( StringBuilder sb ) : void
ToCS ( StringBuilder sb, bool ispredicate ) : void
ToJS ( StringBuilder sb ) : void

Private Methods

Méthode Description
foo ( int a, int b, int c ) : int

Method Details

BekLocalFunction() public méthode

public BekLocalFunction ( ident id, ident args, expr body ) : System
id ident
args ident
body expr
Résultat System

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

ToC() public méthode

public ToC ( StringBuilder sb, bool ispredicate ) : void
sb StringBuilder
ispredicate bool
Résultat void

ToCS() public méthode

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

ToCS() public méthode

public ToCS ( StringBuilder sb, bool ispredicate ) : void
sb StringBuilder
ispredicate bool
Résultat void

ToJS() public méthode

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

Property Details

args public_oe property

public ident[],Microsoft.Bek.Frontend.AST args
Résultat Microsoft.Bek.Frontend.AST.ident[]

body public_oe property

public expr body
Résultat expr

id public_oe property

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