t

info.kwarc.mmt.stex

STeXAnalysis

trait STeXAnalysis extends AnyRef

Created by maeder on 11.11.15.

Self Type
STeXAnalysis with TraversingBuildTarget
Source
STeXAnalysis.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. STeXAnalysis
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def createSms(a: Archive, inFile: File, outFile: File): Unit

    Collect sms content and write to outFile.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getDeps(a: Archive, in: File, parents: Set[File], amble: Option[File] = None): List[Dependency]

    get dependencies

  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def logFailure(f: FilePath): Unit
    Attributes
    protected
  15. def logSuccess(f: FilePath): Unit
    Attributes
    protected
  16. def matchPathAndRepo(archive: Archive, inFile: File, line: String, parents: Set[File]): List[Dependency]
    Attributes
    protected
  17. def matchSmsEntry(a: Archive, line: String): List[STeXStructure]
  18. def mhRepos(a: Archive, r: String, b: String): List[Dependency]
  19. def mhReposClosure(archive: Archive, parents: Set[File], r: String, b: String): List[Dependency]
  20. def mkDep(a: Archive, ar: String, fp: FilePath): List[Dependency]
  21. def mkFileDep(archive: Archive, filePath: FilePath): Dependency
  22. def mkSTeXStructure(a: Archive, in: File, lines: Iterator[String], parents: Set[File]): STeXStructure

    Method for creating STeXStructures, used for generating sms content and finding dependencies.

    Method for creating STeXStructures, used for generating sms content and finding dependencies. inFile is used for relative \input paths

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toKeyDep(d: Dependency, key: String): Dependency
    Attributes
    protected
  28. def toString(): String
    Definition Classes
    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
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped