class MMTPluginInterface extends AnyRef
- Source
- MMTPlugin.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MMTPluginInterface
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def abbrevs(): Array[(String, String)]
- def archiveInfo(id: String): (String, String, String)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildFile(f: String): Unit
- def checkUpdate: Option[(String, String)]
- def checker(): Checker
- def clear(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val errorReport: ReportHandler
- def errorViewer(): ErrorViewer
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def generalize(errorTreeRootNode: DefaultMutableTreeNode, RPath: String, SPath: String, RToSPath: String, TPath: String): String
- def getArchiveRoots(): Array[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getNamespaceFromFile(filestr: String): String
- def getNamespaceMap(ns: String, pars: List[(String, String)]): NamespaceMap
- def getReference(uri: String): Option[String]
- def handleLine(s: String): Unit
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val home: File
- def init(): Unit
- def install(id: String): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localArchs(): Array[(String, String)]
- def localGroups(): Array[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseNamespace(s: String): String
- def presentSyntax(pathAsString: String): String
- def remoteArchs(): Array[String]
- def remoteGroups(): Array[String]
- def resolvePath(wordS: String, nsm: AnyRef): String
- def resolvePathSimple(str: String, nsm: AnyRef): String
- def shell(_doLine: Any): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def syntaxTree(node: DefaultMutableTreeNode, docS: String): Unit
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def version(): String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()