ReplBytecodeInstrumentation

dotty.tools.repl.ReplBytecodeInstrumentation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def instrument(originalBytes: Array[Byte]): Array[Byte]

Instrument bytecode to add checks to throw an exception if the REPL command is cancelled

Instrument bytecode to add checks to throw an exception if the REPL command is cancelled

Attributes

def setStopFlag(classLoader: ClassLoader, b: Boolean): Unit