Problem

open class Problem(source)

A problem that was encountered during parsing.

Constructors

Link copied to clipboard
constructor(message: String, location: TokenRange, cause: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
Sorts problems on position.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toString(): String