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

Inheritance: IEmitCode, ILocation
Afficher le fichier Open project: AutomataDotNet/Automata Class Usage Examples

Méthodes publiques

Свойство Type Description
body stmt
funcs List
id ident
input ident
name string

Méthodes publiques

Méthode Description
AddLocalFunctions ( IEnumerable localFuncs ) : void
BekPgm ( ident id, ident inputvar, stmt body ) : System
GenerateCode ( string language, StringBuilder sb ) : void
GetBoundVars ( ) : IEnumerable
GetFunctionNames ( ) : IEnumerable
ToC ( StringBuilder sb ) : void
ToCS ( StringBuilder sb ) : void
ToJS ( StringBuilder sb ) : void

Méthodes protégées

Méthode Description
DefineJavaScriptFunction ( ident f, StringBuilder sb ) : void
GetUniqueFunctionNames ( ) : IEnumerable

Method Details

AddLocalFunctions() public méthode

public AddLocalFunctions ( IEnumerable localFuncs ) : void
localFuncs IEnumerable
Résultat void

BekPgm() public méthode

public BekPgm ( ident id, ident inputvar, stmt body ) : System
id ident
inputvar ident
body stmt
Résultat System

DefineJavaScriptFunction() protected méthode

protected DefineJavaScriptFunction ( ident f, StringBuilder sb ) : void
f ident
sb StringBuilder
Résultat void

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

GetUniqueFunctionNames() protected méthode

protected GetUniqueFunctionNames ( ) : 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

Property Details

body public_oe property

public stmt body
Résultat stmt

funcs public_oe property

public List funcs
Résultat List

id public_oe property

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

input public_oe property

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

name public_oe property

public string name
Résultat string