DefaultCodeWrapper

ammonite.compiler.DefaultCodeWrapper$
object DefaultCodeWrapper extends CodeWrapper

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(code: String, source: CodeSource, imports: Imports, printCode: String, indexedWrapperName: Name, extraCode: String): (String, String, Int)

Inherited methods

def wrapCode(codeSource: CodeSource, indexedWrapperName: Name, code: String, printCode: String, imports: Imports, extraCode: String, markScript: Boolean): (String, Int, Int)

Attributes

Inherited from:
CodeWrapper
def wrapperPath: Seq[Name]

Attributes

Inherited from:
CodeWrapper