BlockMetadata

ammonite.util.ScriptOutput$.BlockMetadata
case class BlockMetadata(id: VersionedWrapperId, leadingSpaces: String, hookInfo: ImportHookInfo, finalImports: Imports)

Metadata extracted from the compilation of a single block, without the classfiles but with enough information to fetch the classfiles form disk and evaluate the block without compiling/parsing it

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product