case class DFTheorem(n: Name, defn: ODefString, frm: Option[IMPSMathExp], modr: Option[ModReverse], modl: Option[ModLemma], t: ArgTheory, us: Option[ArgUsages], tr: Option[ArgTranslation], mac: Option[ArgMacete], ht: Option[ArgHomeTheory], prf: Option[ArgProof], src: SourceInfo, cmt: CommentInfo) extends DefForm with Product with Serializable
- Source
- IMPSTypes.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DFTheorem
- Serializable
- Serializable
- Product
- Equals
- DefForm
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DFTheorem(n: Name, defn: ODefString, frm: Option[IMPSMathExp], modr: Option[ModReverse], modl: Option[ModLemma], t: ArgTheory, us: Option[ArgUsages], tr: Option[ArgTranslation], mac: Option[ArgMacete], ht: Option[ArgHomeTheory], prf: Option[ArgProof], src: SourceInfo, cmt: CommentInfo)
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
addComment(c: CommentInfo): Unit
- Definition Classes
- DefForm
-
def
addSource(start: (Int, Int, Int), end: (Int, Int, Int)): Unit
- Definition Classes
- DefForm
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- var cmt: CommentInfo
- val defn: ODefString
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val frm: Option[IMPSMathExp]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ht: Option[ArgHomeTheory]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mac: Option[ArgMacete]
- val modl: Option[ModLemma]
- val modr: Option[ModReverse]
- val n: Name
-
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()
- val prf: Option[ArgProof]
- var src: SourceInfo
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val t: ArgTheory
- val tr: Option[ArgTranslation]
-
def
updateSource(uri: URI): Unit
- Definition Classes
- DefForm
-
def
updateURI(uri: URI): (SourceInfo) ⇒ SourceInfo
- Definition Classes
- DefForm
- val us: Option[ArgUsages]
-
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()