Interpreter

dotty.tools.dotc.quoted.Interpreter$
See theInterpreter companion class
object Interpreter

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Call

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Call.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class StopInterpretation(val msg: Message, val pos: SrcPos) extends Exception

Exception that stops interpretation if some issue is found

Exception that stops interpretation if some issue is found

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def suspendOnMissing(sym: Symbol, pos: SrcPos)(using Context): Nothing