StiCodeDomExpressionHelper Class
Namespace: Stimulsoft.Report.CodeDom
Describes class which contains static methods which helps parse expressions.
Methods
| Method | Returns | Description |
|---|---|---|
GetLexem static |
List |
|
GetLexemFullRtf static |
List |
Breaks the text value to the script and text. |
GetLexemSimple static |
List |
|
ReadString static |
void |
Method Details
GetLexem static
GetLexem(script: string): List
Parameters
- script (string)
Returns List
GetLexemFullRtf static
GetLexemFullRtf(codeGenerator: StiCodeGenerator, script: string, richText: StiRichText): List
Breaks the text value to the script and text.
Parameters
- codeGenerator (StiCodeGenerator)
- script (string)
- richText (StiRichText)
Returns List
GetLexemSimple static
GetLexemSimple(codeGenerator: StiCodeGenerator, script: string, richText: StiRichText): List
Parameters
- codeGenerator (StiCodeGenerator)
- script (string)
- richText (StiRichText)
Returns List
ReadString static
ReadString(codeGenerator: StiCodeGenerator, pos: int, lexem: StringBuilder, script: string, al: List
Parameters
- codeGenerator (StiCodeGenerator)
- pos (int)
- lexem (StringBuilder)
- script (string)
- al (List
) - isRichText (bool)
- fullRtf (bool)