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

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

Méthodes publiques

Свойство Type Description
val bool

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
boolconst ( bool val ) : System
boolconst ( int line, int pos, bool val ) : System

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

boolconst() public méthode

public boolconst ( bool val ) : System
val bool
Résultat System

boolconst() public méthode

public boolconst ( int line, int pos, bool val ) : System
line int
pos int
val bool
Résultat System

Property Details

val public_oe property

public bool val
Résultat bool