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

Type members

Classlikes

final case class DoubleDash(index: Int) extends SingleArg

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Step
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class SingleArg extends Step

Attributes

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

Attributes

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

Attributes

Supertypes
class SingleArg
class Step
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror