Package

sweet.delights

parsing

Permalink

package parsing

Visibility
  1. Public
  2. All

Type Members

  1. class AllAnnotationMacros extends CaseClassMacros

    Permalink
  2. trait AllTypeAnnotations[T] extends DepFn0 with Serializable

    Permalink
  3. case class Context(line: String, offset: Int, annotations: List[StaticAnnotation], parameters: Map[String, Any], options: Options, idx: Int) extends Product with Serializable

    Permalink

    Parsing context used internally by Parser.

    Parsing context used internally by Parser.

    line

    string being parsed

    offset

    position in line

    annotations

    list of annotations in context

    parameters

    list of input parameters

    options

    optional parsing features

    idx

    index if current context inside a lift or option

  4. trait Parser[T] extends AnyRef

    Permalink

    Parser is a typeclass that parses a line containing fixed-width columns.

Value Members

  1. object AllTypeAnnotations extends Serializable

    Permalink
  2. object Parser

    Permalink

    Parser companion object.

  3. package annotations

    Permalink

Ungrouped