ErrorNode

interface ErrorNode

An AST node that marks the presence of an error, for example a syntactic or semantic error in the original tree.

Inheritors

Properties

Link copied to clipboard
abstract val message: String
Link copied to clipboard
abstract val range: Range?