ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Fields | Public Methods | List of all members
Report.Message Class Reference

Class Description

A report message.

Public Fields

Object[] contents
 
int type
 

Public Methods

 Message (int type, Object[] msg)
 

Constructor & Destructor Documentation

◆ Message()

Message ( int  type,
Object[]  msg 
)

Constructs a message.

Parameters
typeThe message type.
msgThe message.

Member Data Documentation

◆ contents

Object [] contents

The message.

◆ type

int type

The message type. 0 indicates 'severe' errors, 1 warnings. Others are status messages and may be defined (interpreted) by custom implementations of ReportWriter.


The documentation for this class was generated from the following file: