Reporter

scala.meta.internal.parsers.Reporter
See theReporter companion object
trait Reporter

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def deprecationWarning(msg: String, at: Position): Unit
def deprecationWarning(msg: String, at: Token): Unit
def deprecationWarning(msg: String, at: Tree): Unit
def syntaxError(msg: String, at: Position): Nothing
def syntaxError(msg: String, at: Token): Nothing
def syntaxError(msg: String, at: Tree): Nothing
def syntaxWarning(msg: String, at: Position): Unit
def syntaxWarning(msg: String, at: Token): Unit
def syntaxWarning(msg: String, at: Tree): Unit