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
Members list
Clear all
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
]
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods