Parser

ammonite.compiler.iface.Parser$
See theParser companion class
object Parser

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type

Members list

Type members

Classlikes

case class ParsedImportHooks(hookStatements: Seq[String], importTrees: Seq[ImportTree])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ScriptBlock(startIndex: Int, ncomment: String, codeWithStartIndices: Seq[(Int, String)])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ScriptBlock

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class ScriptSplittingError(message: String, val index: Int, val expected: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all