Package

ru.makkarpov.scalingua

pofile

Permalink

package pofile

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Message extends AnyRef

    Permalink
  2. case class MessageHeader(comments: Seq[String], extractedComments: Seq[String], locations: Seq[MessageLocation], flags: MessageFlag.ValueSet) extends Product with Serializable

    Permalink
  3. case class MessageLocation(file: String, line: Int) extends Product with Serializable

    Permalink
  4. case class MultipartString(parts: Seq[String]) extends Product with Serializable

    Permalink

Value Members

  1. object Message

    Permalink
  2. object MessageFlag extends Enumeration

    Permalink
  3. object MessageLocation extends Serializable

    Permalink
  4. object MultipartString extends Serializable

    Permalink
  5. object PoFile

    Permalink

Ungrouped