Package

org.globalnames

parser

Permalink

package parser

Visibility
  1. Public
  2. All

Type Members

  1. case class Approximation(id: Int, pos: CapturePosition) extends AstNode with Product with Serializable

    Permalink
  2. trait AstNode extends AnyRef

    Permalink
  3. case class Author(id: Int, words: Seq[AuthorWord], anon: Boolean = false, filius: Option[AuthorWord] = None) extends AstNode with Product with Serializable

    Permalink
  4. case class AuthorWord(id: Int, pos: CapturePosition, separator: AuthorWordSeparator = AuthorWordSeparator.None) extends AstNode with Product with Serializable

    Permalink
  5. sealed trait AuthorWordSeparator extends AnyRef

    Permalink
  6. case class AuthorsGroup(id: Int, authors: AuthorsTeam, authorsEx: Option[AuthorsTeam] = None, year: Option[Year] = None) extends AstNode with Product with Serializable

    Permalink
  7. case class AuthorsTeam(id: Int, authors: Seq[Author]) extends AstNode with Product with Serializable

    Permalink
  8. case class Authorship(id: Int, authors: AuthorsGroup, combination: Option[AuthorsGroup] = None, inparenthesis: Boolean = false, basionymParsed: Boolean = false) extends AstNode with Product with Serializable

    Permalink
  9. case class Comparison(id: Int, pos: CapturePosition) extends AstNode with Product with Serializable

    Permalink
  10. case class HybridChar(id: Int, pos: CapturePosition) extends AstNode with Product with Serializable

    Permalink
  11. case class Infraspecies(id: Int, pos: CapturePosition, rank: Option[Rank] = None, authorship: Option[Authorship]) extends AstNode with Product with Serializable

    Permalink
  12. case class InfraspeciesGroup(id: Int, group: Seq[Infraspecies]) extends AstNode with Product with Serializable

    Permalink
  13. case class Name(id: Int, uninomial: Uninomial, subgenus: Option[SubGenus] = None, species: Option[Species] = None, infraspecies: Option[InfraspeciesGroup] = None, comparison: Option[Comparison] = None, approximation: Option[Approximation] = None, ignored: Option[String] = None, genusParsed: Boolean = false) extends AstNode with Product with Serializable

    Permalink
  14. case class NamesGroup(id: Int, name: Seq[Name], hybrid: Option[HybridChar] = None) extends AstNode with Product with Serializable

    Permalink
  15. class Parser extends parboiled2.Parser

    Permalink
  16. case class Rank(id: Int, pos: CapturePosition, typ: Option[String] = None) extends AstNode with Product with Serializable

    Permalink
  17. case class ScientificName(namesGroup: Option[NamesGroup] = None, isVirus: Boolean = false, quality: Int = 1, unparsedTail: Option[String] = None) extends Product with Serializable

    Permalink
  18. abstract class ScientificNameParser extends AnyRef

    Permalink
  19. case class Species(id: Int, pos: CapturePosition, authorship: Option[Authorship] = None) extends AstNode with Product with Serializable

    Permalink
  20. case class SpeciesWord(id: Int, pos: CapturePosition) extends AstNode with Product with Serializable

    Permalink
  21. case class SubGenus(id: Int, subgenus: UninomialWord) extends AstNode with Product with Serializable

    Permalink
  22. class TrackingPositionsUnescapeHtml4Translator extends AggregateTranslator

    Permalink
  23. case class Uninomial(id: Int, pos: CapturePosition, authorship: Option[Authorship] = None, rank: Option[Rank] = None, parent: Option[Uninomial] = None, implied: Boolean = false) extends AstNode with Product with Serializable

    Permalink
  24. case class UninomialWord(id: Int, pos: CapturePosition) extends AstNode with Product with Serializable

    Permalink
  25. case class Warning(level: Int, message: String, astNodeId: Int) extends Ordered[Warning] with Product with Serializable

    Permalink
  26. case class Year(id: Int, pos: CapturePosition, alpha: Option[CapturePosition] = None, approximate: Boolean = false) extends AstNode with Product with Serializable

    Permalink

Value Members

  1. object AstNode

    Permalink
  2. object AuthorWordSeparator

    Permalink
  3. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  4. object Parser

    Permalink
  5. object ScientificNameParser

    Permalink
  6. object Util

    Permalink

Ungrouped