Packages

trait ArchiveParser extends (String) ⇒ List[ParsedArchiveEntry]

Linear Supertypes
(String) ⇒ List[ParsedArchiveEntry], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArchiveParser
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def doParse(input: String, parseTactics: Boolean): List[ParsedArchiveEntry]
    Attributes
    protected
  2. abstract def exprParser: Parser

    The expression parser used in this archive parser.

  3. abstract def tacticParser: TacticParser

    The tactic parser used in this archive parser.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (List[ParsedArchiveEntry]) ⇒ A): (String) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. final def apply(input: String): List[ParsedArchiveEntry]
    Definition Classes
    ArchiveParser → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def compose[A](g: (A) ⇒ String): (A) ⇒ List[ParsedArchiveEntry]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getEntry(name: String, content: String, parseTactics: Boolean = true): Option[ParsedArchiveEntry]

    Reads a specific entry from the archive.

  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isExercise(model: String): Boolean

    Indicates whether or not the model represents an exercise.

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def parse(input: String, parseTactics: Boolean): List[ParsedArchiveEntry]
  21. final def parse(input: String): List[ParsedArchiveEntry]
  22. def parseAsExpandedFormula(input: String): Formula

    Returns the first entry in input as a formula with all definitions fully expanded.

  23. def parseAsFormula(in: InputStream): Formula

    Returns the first entry in in as formula.

  24. def parseAsFormula(input: String): Formula

    Returns the first entry in input as formula.

  25. def parseFromFile(file: String): List[ParsedArchiveEntry]

    Parses an archive from the source at path file.

    Parses an archive from the source at path file. Use file#entry to refer to a specific entry in the file.

  26. def parseProblem(input: String, parseTactics: Boolean = true): ParsedArchiveEntry

    Parses a single entry.

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from (String) ⇒ List[ParsedArchiveEntry]

Inherited from AnyRef

Inherited from Any

Ungrouped