configparse.core

Members list

Concise view

Type members

Classlikes

trait ArrayVisitor[+A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoneArrayVisitor.type
object NoopArrayVisitor.type
trait Ctx

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class DocComment(paragraphs: Iterable[String], params: Map[String, String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DocComment

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait GroupVisitor[+A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoneGroupVisitor.type
object NoopGroupVisitor.type
object Macros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Macros.type
trait MutableCtx extends Ctx

Attributes

Graph
Supertypes
trait Ctx
class Object
trait Matchable
class Any
object NoneArrayVisitor extends ArrayVisitor[Option[Nothing]]

Attributes

Graph
Supertypes
trait ArrayVisitor[Option[Nothing]]
class Object
trait Matchable
class Any
Self type
object NoneGroupVisitor extends GroupVisitor[Option[Nothing]]

Attributes

Graph
Supertypes
trait GroupVisitor[Option[Nothing]]
class Object
trait Matchable
class Any
Self type
object NoopArrayVisitor extends ArrayVisitor[Unit]

Attributes

Graph
Supertypes
trait ArrayVisitor[Unit]
class Object
trait Matchable
class Any
Self type
object NoopGroupVisitor extends GroupVisitor[Unit]

Attributes

Graph
Supertypes
trait GroupVisitor[Unit]
class Object
trait Matchable
class Any
Self type
object NoopVisitor extends Visitor[Unit]

Attributes

Graph
Supertypes
trait Visitor[Unit]
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Position

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Reporter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object SettingApi

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class SettingTree(settings: Map[String, Setting[_]], groups: Map[String, SettingTree])

A tree of program-declared settings and groups.

A tree of program-declared settings and groups.

An instance of this class is typically generated via a macro.

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoopVisitor.type
trait SettingReader[A]