Package

org.globalnames

parser

Permalink

package parser

Visibility
  1. Public
  2. All

Type Members

  1. case class Approximation(id: Int, pos: CapturePos) 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: CapturePos) extends AstNode with Product with Serializable

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

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

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

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

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

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

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

    Permalink
  12. 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
  13. case class NamesGroup(id: Int, name: Seq[Name], hybrid: Option[HybridChar] = None) extends AstNode with Product with Serializable

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

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

    Permalink
  16. abstract class ScientificNameParser extends AnyRef

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

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

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

    Permalink
  20. class TrackingPositionsUnescapeHtml4Translator extends AggregateTranslator

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

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

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

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

    Permalink

Value Members

  1. object AstNode

    Permalink
  2. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  3. object Parser extends Parser

    Permalink
  4. object ScientificNameParser

    Permalink
  5. object Util

    Permalink

Ungrouped