ammonite-compiler-interface
ammonite-compiler-interface
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
/
Compiler
Compiler
abstract
class
Compiler
Companion:
object
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
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