ammonite.runtime.Evaluator
See theEvaluator companion object
trait Evaluator
Evaluates already-compiled Bytecode.
Deals with all the munging of Classloaders, Class[_] objects, and Array[Byte]s representing class files, and reflection necessary to take the already-compile Scala bytecode and execute it in our process.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article