All pages
Powered by GitBook
1 of 3

Loading...

Loading...

Loading...

Message

Field in

The message associated with the warning.

public string Message;

Summary

Warning

Warning

Struct in IndentAwareLexer

Inherits from System.ValueType

Summary

A warning emitted during lexing.

public struct Warning

Fields

Name
Description

The message associated with the warning.

The token associated with the warning.

Message
Token

Token

Field in

The token associated with the warning.

public IToken Token;

Summary

Warning