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

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

Méthodes publiques

Свойство Type Description
content List
val string

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
strconst ( int line, int pos, string instr ) : System
strconst ( string instr ) : 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

strconst() public méthode

public strconst ( int line, int pos, string instr ) : System
line int
pos int
instr string
Résultat System

strconst() public méthode

public strconst ( string instr ) : System
instr string
Résultat System

Property Details

content public_oe property

public List content
Résultat List

val public_oe property

public string val
Résultat string