Parser

just.semver.parser.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

class State(val value: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object State

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
State.type

Value members

Concrete methods

def charsIn(in: Seq[Char]): Parser[String]
def charsWhile(f: Char => Boolean): Parser[String]