info.hupel.isabelle

GenericEnvironment

final class GenericEnvironment extends Environment

Linear Supertypes
Environment, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenericEnvironment
  2. Environment
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Session = Unit

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def build(config: Configuration): Int

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  8. final def cleanEtcComponents(): Unit

    Definition Classes
    Environment
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def create(config: Configuration, consumer: ((String, Properties), Body) ⇒ Unit): Nothing

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  11. def decode(text: @@[String, Raw]): @@[String, Unicode]

    Definition Classes
    GenericEnvironment → Environment
  12. def dispose(session: Session): Nothing

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  13. def encode(text: @@[String, Unicode]): @@[String, Raw]

    Definition Classes
    GenericEnvironment → Environment
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. final val etc: Path

    Definition Classes
    Environment
  17. final val etcComponents: Path

    Definition Classes
    Environment
  18. def exec(tool: String, args: List[String]): Int

    Definition Classes
    GenericEnvironment → Environment
  19. val exitTag: String

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val functionTag: String

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final val home: Path

    Definition Classes
    Environment
  25. val initTag: String

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isabellePath(path: String): String

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  28. def isabelleSetting(name: String): String

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  29. final val logger: Logger

    Attributes
    protected
    Definition Classes
    Environment
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. val printTags: Set[String]

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  34. val protocolTag: String

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  35. implicit final val scheduler: Scheduler

    Definition Classes
    Environment
  36. def sendCommand(session: Session, name: String, args: List[String]): Nothing

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  37. def sendOptions(session: Session): Nothing

    Attributes
    protected[info.hupel.isabelle]
    Definition Classes
    GenericEnvironment → Environment
  38. final def setEtcComponents(): Unit

    Definition Classes
    Environment
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    Environment → AnyRef → Any
  41. final val user: Path

    Definition Classes
    Environment
  42. final val variables: Map[String, String]

    Definition Classes
    Environment
  43. final val version: Version

    Definition Classes
    Environment
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Environment

Inherited from AnyRef

Inherited from Any

Ungrouped