Name

ammonite.util.Name$
See theName companion class
object Name

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Name.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def backtickWrap(s: String): String

Custom implementation of ID parsing, instead of using the ScalaParse version. This lets us avoid loading FastParse and ScalaParse entirely if we're running a cached script, which shaves off 200-300ms of startup time.

Custom implementation of ID parsing, instead of using the ScalaParse version. This lets us avoid loading FastParse and ScalaParse entirely if we're running a cached script, which shaves off 200-300ms of startup time.

Attributes

Concrete fields

val alphaKeywords: Set[String]
val blockCommentStart: String
val lineCommentStart: String
val symbolKeywords: Set[String]