class LFDBTranslator extends AnyRef
- Source
- LFTranslator.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LFDBTranslator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LFDBTranslator()(implicit db: Database)
Type Members
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
- val CAB: Assert
- val CV: Assert
- val DED: Sym
- val LF_DED: OMID
- val LF_SET: OMID
- def LF_type(s: Statement): Term
- def LF_var(v: Floating): LocalName
- val SET: Sym
- val WAL: Assert
- val WB: Assert
- val WCEQ: Assert
- val WI: Assert
- val WN: Assert
- def align(a: Assert): Term
- val alignments: HashMap[Assert, GlobalName]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boundVars: HashMap[Assert, Array[Option[Array[Byte]]]]
-
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
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBoundVars(syntax: Assert): Array[Option[Array[Byte]]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDependVars(stmt: Assert): DependVars
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 processBoundVars(defn: Assert): Unit
- def reducedLambda(name: LocalName, tp: Term, body: Term): Term
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val syntaxToDefn: HashMap[Assert, Assert]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def translateAssert(a: Assert): Term
- def translateProof(a: Assert): Option[Term]
- def translateStmt(s: Statement)(implicit dependVars: DependVars): Term
- def translateTerm(p: ParseTree)(implicit dependVars: DependVars): Term
-
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()