Compiler

ammonite.compiler.iface.Compiler
See theCompiler companion object
abstract class Compiler

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def compile(src: Array[Byte], printer: Printer, importsLen: Int, userCodeNestingLevel: Int, fileName: String): Option[Output]
def preprocessor(fileName: String, markGeneratedSections: Boolean): Preprocessor