object GenericScalaExporter
- Alphabetic
- By Inheritance
- GenericScalaExporter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
Argument(name: String, tp: String, sequence: Boolean) extends scala.Product with Serializable
name and type of a Scala variable declarations
- case class ArgumentList(args: List[Argument]) extends scala.Product with Serializable
-
class
MMTOperator extends Operator
for MMT terms using OMS, OMA, and OMBIND
-
abstract
class
Operator extends AnyRef
produces Scala source for apply/unapply methods
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
dpathToScala(d: DPath, key: List[String] = Nil): String
package URI
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val imports: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mpathToScala(m: MPath, key: List[String] = Nil): String
package URI .
package URI . modname
- def nameInScala(p: GlobalName): String
- def nameToScala(l: LocalName): String
- def nameToScalaQ(p: GlobalName): 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 scalaDef(name: GlobalName, args: List[(String, String)], ret: String): String
- def scalaDef(name: String, args: List[(String, String)], ret: String): String
- def scalaToDPath(j: String, key: List[String] = Nil): DPath
- def scalaType(name: GlobalName): String
- def scalaVal(name: GlobalName, tp: String): String
- def scalaVal(name: String, tp: String): String
- def scalaValDef(name: GlobalName, tp: Option[String], df: String): String
- def scalaValDef(name: String, tp: Option[String], df: String): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()