harness.console.Utils$.ParseState$
See theParseState companion trait
object ParseState
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ParseState.type
Members list
Type members
Classlikes
final case class AwaitingArg(rArgs: List[String]) extends Returnable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Returnabletrait ParseStateclass Objecttrait Matchableclass AnyShow all
final case class NotQuoted(rChars: List[Char], rArgs: List[String]) extends ParseState
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParseStateclass Objecttrait Matchableclass AnyShow all
final case class Quoted(rChars: List[Char], rArgs: List[String]) extends Returnable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Returnabletrait ParseStateclass Objecttrait Matchableclass AnyShow all
sealed trait Returnable extends ParseState
Attributes
- Supertypes
- Known subtypes
-
class AwaitingArgclass Quoted
Inherited types
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
In this article