All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rogach.scallop.tokenize.TokenizationResult.scala Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package org.rogach.scallop.tokenize

private[scallop] sealed trait TokenizationResult

private[scallop] case class Matched(tokens: Seq[String], rest: StringView) extends TokenizationResult
private[scallop] case object Failed extends TokenizationResult
private[scallop] case class EOF(expected: String) extends TokenizationResult




© 2015 - 2025 Weber Informatics LLC | Privacy Policy