You are here: Symbol Reference > Stimulsoft.Base Namespace > StiLexerError Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.StiLexerError Enumeration

Defines identifiers that indicate the type of lexical analysis error.

Syntax
C++
C#
Visual Basic
public: enum StiLexerError { LParenNotFound, CommaNotFound, AssignNotFound, RParenNotFound, LBraceNotFound, SemicolonNotFound, RBraceNotFound };
Members
Members 
Description 
LParenNotFound 
Left paren not found.  
CommaNotFound 
Comma not found.  
AssignNotFound 
Assing not found.  
RParenNotFound 
Right paren not found.  
LBraceNotFound 
Left brace not found.  
SemicolonNotFound 
Semicolon not found.  
RBraceNotFound 
Right brace not found.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.