ParserMessage Class

From RemObjects Wiki

Jump to:navigation, search
Net-48.png

This is a Library topic for RemObjects Script for .NET
This page is generated from external data, please do not update

ClassesEnums



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


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)


Prism:   property Code: Int32 read
C#:   Int32 Code { get; }
VB:   Property ReadOnly Code As Int32


IsError

If true, this message is an error, if false it's a warning.


Prism:   property IsError: Boolean read
C#:   Boolean IsError { get; }
VB:   Property ReadOnly IsError As Boolean


Position

Position this error occured at.


Prism:   property Position: Position read
C#:   Position Position { get; }
VB:   Property ReadOnly Position As Position


Instance Methods

constructor


Oxygene:   constructor(aPosition: Position)
C#:   constructor(Position aPosition)
VB:   Sub New (aPosition As Position)


Parameters:

  • aPosition:


IntToString


Oxygene:   method IntToString
C#:   String IntToString()
VB:   Function IntToString


ToString


Oxygene:   method ToString
C#:   String ToString()
VB:   Function ToString


See Also


Script-48.png

Product: RemObjects Script
Available Editions: RemObjects Script for .NET

Glossary       — Library  

Navigation
products
platforms
special
Toolbox