PrimitiveParser

clam.derivation.DerivationApi.PrimitiveParser
case class PrimitiveParser[A](isFlag: Boolean, reader: Reader[A], completer: Completer[A]) extends Parser[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Parser[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def make(nameChain: Seq[String], default: Option[() => A], annot: param, doc: String): Def[A]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product