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

Returns List — Array of lexems.


GetLexemSimple static

GetLexemSimple(codeGenerator: StiCodeGenerator, script: string, richText: StiRichText): List

Parameters

Returns List


ReadString static

ReadString(codeGenerator: StiCodeGenerator, pos: int, lexem: StringBuilder, script: string, al: List, **isRichText**: bool, **fullRtf**: bool): void

Parameters

  • codeGenerator (StiCodeGenerator)
  • pos (int)
  • lexem (StringBuilder)
  • script (string)
  • al (List)
  • isRichText (bool)
  • fullRtf (bool)