report

open fun report(node: NodeWithTokenRange<out Any>, message: UpgradeJavaMessage, args: Array<Any>)(source)
open fun report(node: NodeWithTokenRange<out Any>, message: String, args: Array<Any>)(source)

Report a problem.

Parameters

message

description of the problem

node

the node in which the problem occurred, used to find the Range of the problem.


open fun report(range: TokenRange, message: String, args: Array<Any>)(source)