class REPLSession extends AnyRef
- Alphabetic
- By Inheritance
- REPLSession
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new REPLSession(doc: Document, id: String, interpreter: TwoStepInterpreter, errorCont: ErrorHandler)
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()
- val doc: Document
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val errorCont: ErrorHandler
-
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
getMPath(scopeOpt: Option[HasParentInfo]): MPath
gets the current MPath or throws an error
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: String
-
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
parseElementEnd: Unit
closes the current container element, e.g., a theory
-
def
parseObject(s: String, scopeOpt: Option[HasParentInfo] = None): Constant
like parseStructure but for objects; the object is stored it as the definiens of a Constant declaration
-
def
parseStructure(s: String, scopeOpt: Option[HasParentInfo] = None): StructuralElement
parses a declaration in a specific point (default: current point) of the document associated with this session (also stores in in controller)
-
def
parseTerm(s: String, scopeOpt: Option[HasParentInfo] = None, ls: List[LocalName] = Nil): Term
like parseObject but does not store or check the term
-
def
simplifyTerm(t: Term, scopeOpt: Option[HasParentInfo]): Term
simplifies a term in the current context
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- REPLSession → 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()