Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package interpreter

    The main REPL related classes and values are as follows.

    The main REPL related classes and values are as follows. In addition to standard compiler classes Global and Settings, there are:

    History: an interface for session history. Completion: an interface for tab completion. ILoop (formerly InterpreterLoop): The umbrella class for a session. IMain (formerly Interpreter): Handles the evolving state of the session and handles submitting code to the compiler and handling the output. InteractiveReader: how ILoop obtains input. History: an interface for session history. Completion: an interface for tab completion. Power: a repository for more advanced/experimental features.

    ILoop contains { in: InteractiveReader, intp: IMain, settings: Settings, power: Power } InteractiveReader contains { history: History, completion: Completion } IMain contains { global: Global }

    Definition Classes
    nsc
  • object Scripted
    Definition Classes
    interpreter
  • Factory

class Factory extends ScriptEngineFactory

Source
Scripted.scala
Linear Supertypes
ScriptEngineFactory, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Factory
  2. ScriptEngineFactory
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Factory()

Abstract Value Members

  1. abstract def getMethodCallSyntax(arg0: String, arg1: String, arg2: <repeated...>[String]): String
    Definition Classes
    ScriptEngineFactory
  2. abstract def getProgram(arg0: <repeated...>[String]): String
    Definition Classes
    ScriptEngineFactory

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Factory to any2stringadd[Factory] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Factory, B)
    Implicit
    This member is added by an implicit conversion from Factory to ArrowAssoc[Factory] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val engineName: String
  9. val engineVersion: String
  10. def ensuring(cond: (Factory) ⇒ Boolean, msg: ⇒ Any): Factory
    Implicit
    This member is added by an implicit conversion from Factory to Ensuring[Factory] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Factory) ⇒ Boolean): Factory
    Implicit
    This member is added by an implicit conversion from Factory to Ensuring[Factory] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): Factory
    Implicit
    This member is added by an implicit conversion from Factory to Ensuring[Factory] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Factory
    Implicit
    This member is added by an implicit conversion from Factory to Ensuring[Factory] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. val extensions: java.util.List[String]
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Factory to StringFormat[Factory] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def getEngineName(): String
    Definition Classes
    Factory → ScriptEngineFactory
  21. def getEngineVersion(): String
    Definition Classes
    Factory → ScriptEngineFactory
  22. def getExtensions(): java.util.List[String]
    Definition Classes
    Factory → ScriptEngineFactory
  23. def getLanguageName(): String
    Definition Classes
    Factory → ScriptEngineFactory
  24. def getLanguageVersion(): String
    Definition Classes
    Factory → ScriptEngineFactory
  25. def getMethodCallSyntax(obj: String, m: String, args: String*): String
  26. def getMimeTypes(): java.util.List[String]
    Definition Classes
    Factory → ScriptEngineFactory
  27. def getNames(): java.util.List[String]
    Definition Classes
    Factory → ScriptEngineFactory
  28. def getOutputStatement(toDisplay: String): String
    Definition Classes
    Factory → ScriptEngineFactory
  29. def getParameter(key: String): AnyRef
    Definition Classes
    Factory → ScriptEngineFactory
  30. def getProgram(statements: String*): String
  31. def getScriptEngine(): ScriptEngine
    Definition Classes
    Factory → ScriptEngineFactory
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val languageName: String
  35. val languageVersion: String
  36. val mimeTypes: java.util.List[String]
  37. val names: java.util.List[String]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (Factory, B)
    Implicit
    This member is added by an implicit conversion from Factory to ArrowAssoc[Factory] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ScriptEngineFactory

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Factory to any2stringadd[Factory]

Inherited by implicit conversion StringFormat from Factory to StringFormat[Factory]

Inherited by implicit conversion Ensuring from Factory to Ensuring[Factory]

Inherited by implicit conversion ArrowAssoc from Factory to ArrowAssoc[Factory]

Ungrouped