Step

caseapp.core.parser.ParserCompanion.Step$
See theStep companion class
object Step

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Step.type

Members list

Concise view

Type members

Classlikes

final case class DoubleDash(index: Int) extends SingleArg

Attributes

Graph
Supertypes
class SingleArg
class Step
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ErroredOption(index: Int, consumed: Int, arg: Arg, error: Error) extends Step

Attributes

Graph
Supertypes
class Step
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class FirstUnrecognized(index: Int, isOption: Boolean) extends SingleArg

Attributes

Graph
Supertypes
class SingleArg
class Step
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class IgnoredUnrecognized(index: Int) extends SingleArg

Attributes

Graph
Supertypes
class SingleArg
class Step
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class MatchedOption(index: Int, consumed: Int, arg: Arg) extends Step

Attributes

Graph
Supertypes
class Step
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class SingleArg extends Step

Attributes

Graph
Supertypes
class Step
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
final case class StandardArgument(index: Int) extends SingleArg

Attributes

Graph
Supertypes
class SingleArg
class Step
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Unrecognized(index: Int, error: UnrecognizedArgument) extends SingleArg

Attributes

Graph
Supertypes
class SingleArg
class Step
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror