ParserMessage Class
From RemObjects Wiki
This is a Library topic for RemObjects Script for .NET
This page is generated from external data, please do not update
Contents |
Overview
Holds errors the parser encountered while parsing the source code. When parsing an EcmaScript source file, the parser uses a list of these classes to store the errors it found while parsing the file.
Location
- Assembly: RemObjects.Script.dll
- Namespace: RemObjects.Script
Properties
| Code |
|---|
|
The error code, these are unique numbers assigned to a given error message kind. (Two of the same kind will have the same number)
|
| IsError |
|
If true, this message is an error, if false it's a warning.
|
| Position |
|
Position this error occured at.
|
Instance Methods
| constructor |
|---|
|
|
| IntToString |
|
|
| ToString |
|
|
See Also
- Lists
- RemObjects Script for .NET: Namespaces – Classes – Enums
Product: RemObjects Script
Available Editions: RemObjects Script for .NET