Tokenizer

replpp.shaded.coursier.core.Version.Tokenizer
object Tokenizer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Tokenizer.type

Members list

Type members

Classlikes

case object Dot extends Separator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Separator
class Object
trait Matchable
class Any
Show all
Self type
Dot.type
case object Hyphen extends Separator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Separator
class Object
trait Matchable
class Any
Show all
Self type
Hyphen.type
case object None extends Separator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Separator
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object Plus extends Separator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Separator
class Object
trait Matchable
class Any
Show all
Self type
Plus.type
sealed abstract class Separator

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Dot
object Hyphen
object None
object Plus
object Underscore
case object Underscore extends Separator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Separator
class Object
trait Matchable
class Any
Show all
Self type
Underscore.type

Value members

Concrete methods

def apply(str: String): (Item, LazyList[(Separator, Item)])