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
/
Parser
Parser
object
Parser
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
Parser
.type
Type members
Type members
Classlikes
case
class
ParsedImportHooks
(
hookStatements:
Seq
[
String
],
importTrees:
Seq
[
ImportTree
])
case
class
ScriptBlock
(
startIndex:
Int
,
ncomment:
String
,
codeWithStartIndices:
Seq
[(
Int
,
String
)])
Companion:
object
object
ScriptBlock
Companion:
class
class
ScriptSplittingError
(
message:
String
,
val
index:
Int
,
val
expected:
String
)
extends
Exception