Packages

t

info.kwarc.mmt.api.objects

AnonymousBody

trait AnonymousBody extends ElementContainer[OML] with DefaultLookup[OML] with ShortURIPrinter

auxiliary class for storing lists of declarations statefully without giving it a global name

anonymous modules are object that can be converted into these helper classes using the objects AnonymousTheory and AnonymousMorphism

Source
AnonymousModules.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnonymousBody
  2. ShortURIPrinter
  3. DefaultLookup
  4. ElementContainer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val decls: List[OML]
  2. abstract def toTerm: Term

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def domain: List[LocalName]
    Definition Classes
    DefaultLookup
  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. def get(name: LocalName): OML
    Definition Classes
    ElementContainer
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDeclarations: List[OML]
    Definition Classes
    AnonymousBodyElementContainer
  13. def getDeclarationsBefore(n: LocalName): List[OML]
    Definition Classes
    ElementContainer
  14. def getMostSpecific(name: LocalName): Option[(OML, LocalName)]
    Definition Classes
    DefaultLookup
  15. def getO(name: LocalName): Option[OML]
    Definition Classes
    DefaultLookup
  16. def getO(name: String): Option[OML]

    same as get(LocalName(name))

    same as get(LocalName(name))

    Definition Classes
    ElementContainer
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def isDeclared(name: LocalName): Boolean
    Definition Classes
    ElementContainer
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toStr(implicit shortURIs: Boolean): String

    configurable string representation

    configurable string representation

    shortURIs

    print OMS without namespace, theory

    Definition Classes
    AnonymousBodyShortURIPrinter
  25. def toString(): String

    defaults to toStr(false)

    defaults to toStr(false)

    Definition Classes
    ShortURIPrinter → AnyRef → Any
  26. def toSubstitution: Substitution
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ShortURIPrinter

Inherited from DefaultLookup[OML]

Inherited from ElementContainer[OML]

Inherited from AnyRef

Inherited from Any

Ungrouped