Class ECasScriptSyntaxError
Unit
Declaration
type ECasScriptSyntaxError = class(ECasScriptError)
Description
A common class for ECasScriptLexerError and ECasScriptParserError
Hierarchy
- TObject
- Exception
- ECasScriptError
- ECasScriptSyntaxError
Overview
Methods
|  | constructor Create(Lexer: TCasScriptLexer; const s: string); | 
|  | constructor CreateFmt(Lexer: TCasScriptLexer; const s: string; const args: array of const); | 
Properties
|  | property LexerTextPos: Integer read FLexerTextPos; | 
|  | property LexerText: string read FLexerText; | 
Description
Methods
|  | constructor Create(Lexer: TCasScriptLexer; const s: string); | 
| This item has no description. | |
|  | constructor CreateFmt(Lexer: TCasScriptLexer; const s: string; const args: array of const); | 
| This item has no description. | |
Properties
|  | property LexerText: string read FLexerText; | 
| This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.