Method | Description | |
---|---|---|
GenerateCode ( |
Generates C# code into the file "namefile" from a fast program
|
|
GenerateCode ( |
Generates C# code into the file "namefile" from a fast program with the namespace "ns"
|
|
GenerateCode ( |
Generates C# code into the file "namefile" from a fast program with the namespace "ns"
|
|
GenerateCode ( |
Generates C# code into the file "namefile" from a fast program with the namespace "ns"
|
|
RemoveDuplicates ( ) : void |
Method | Description | |
---|---|---|
ComputeIterators ( |
||
ComputeIterators ( |
||
ComputeIterators ( |
||
GenerateAlphabet ( |
||
GenerateAlphabets ( List |
||
GenerateConst ( |
||
GenerateConstructor ( StringBuilder sb, |
||
GenerateConsts ( List |
||
GenerateDefExpr ( |
||
GenerateDefExpr ( |
||
GenerateEnum ( |
||
GenerateEnums ( List |
||
GenerateFun ( |
||
GenerateFuns ( List |
||
GenerateLanguage ( |
||
GenerateLanguageDefinition ( |
||
GenerateLanguagesAndTransductions ( List |
||
GenerateLookahead ( List |
||
GenerateLookaheadExpr ( |
||
GenerateTransduction ( |
||
GenerateTransductionDefinition ( |
||
GenerateTree ( |
||
GenerateTreeClass ( List |
||
GenerateTreeClasses ( List |
||
GenerateTrees ( List |
||
PrintExpr ( List |
||
PrintExpr ( List |
||
PrintExpr ( List |
||
PrintExpr ( List |
||
PrintIteration ( List |
||
PrintIterator ( List |
||
PrintIterators ( List |
||
PrintOutputTree ( List |
||
PrintOutputTree ( List |
||
PrintOutputTree ( List |
public static GenerateCode ( |
||
fpg | fast program | |
namefile | String | path of the output file |
return | bool |
public static GenerateCode ( |
||
fpg | fast program | |
namefile | String | path of the output file |
ns | String | namespace for the generated file |
return | bool |
public static GenerateCode ( |
||
fpg | fast program | |
sb | StringBuilder | |
return | bool |
public static GenerateCode ( |
||
fpg | fast program | |
sb | StringBuilder | |
ns | string | namespace for the generated file |
return | bool |