Packages

o

info.kwarc.mmt.mizar.objects

ParsingController

object ParsingController

Source
Controller.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParsingController
  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. def addDefTheorem(dt: MizDefTheorem): Unit
  5. def addDefiniens(d: XMLDefiniens): Unit
  6. def addDefinitionBlock(db: XMLDefinitionBlock): Unit
  7. def addToArticle(el: MizAny): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val attributes: Map[String, Map[Int, Int]]
  10. def buildArticle(): MizArticle
  11. def buildDefinition(d: XMLDefinition, art: MizArticle): MizDefinition
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. var currentAid: String
  14. var defBlockCounter: Int
  15. var definiens: HashMap[Int, MutableList[XMLDefiniens]]
  16. var deftheorems: HashMap[Int, MutableList[MizDefTheorem]]
  17. val dictionary: Dictionary
  18. var elems: MutableList[MizAny]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def resolveDef(aid: String, kind: String, absnr: Int): Option[String]
  29. def resolveSelector(aid: String, absnr: Int): String
  30. def resolveVar(Svid: String): Option[String]
  31. var selectors: Map[String, Map[Int, (Int, Int)]]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped