ammonite-compiler-interface
ammonite-compiler-interface
API
ammonite.compiler.iface
CodeWrapper
Compiler
Compiler
Output
CompilerBuilder
CompilerBuilder
Message
CompilerLifecycleManager
Parser
Parser
ParsedImportHooks
ScriptBlock
ScriptBlock
ScriptSplittingError
Preprocessor
Preprocessor
Output
ammonite-compiler-interface
/
ammonite.compiler.iface
/
CodeWrapper
CodeWrapper
ammonite.compiler.iface.CodeWrapper
abstract
class
CodeWrapper
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Abstract methods
def
apply
(
code
:
String
,
source
:
CodeSource
,
imports
:
Imports
,
printCode
:
String
,
indexedWrapper
:
Name
,
extraCode
:
String
): (
String
,
String
,
Int
)
Concrete methods
def
wrapCode
(
codeSource
:
CodeSource
,
indexedWrapperName
:
Name
,
code
:
String
,
printCode
:
String
,
imports
:
Imports
,
extraCode
:
String
,
markScript
:
Boolean
): (
String
,
Int
,
Int
)
def
wrapperPath
:
Seq
[
Name
]