Packages

class Factory extends ScriptEngineFactory

Source
Scripted.scala
Linear Supertypes
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. Protected

Instance Constructors

  1. new Factory()

Abstract Value Members

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

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 toany2stringadd[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 toArrowAssoc[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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  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 toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val extensions: java.util.List[String]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getEngineName(): String
    Definition Classes
    Factory → ScriptEngineFactory
    Annotations
    @BeanProperty()
  20. def getEngineVersion(): String
    Definition Classes
    Factory → ScriptEngineFactory
    Annotations
    @BeanProperty()
  21. def getExtensions(): java.util.List[String]
    Definition Classes
    Factory → ScriptEngineFactory
    Annotations
    @BeanProperty()
  22. def getLanguageName(): String
    Definition Classes
    Factory → ScriptEngineFactory
    Annotations
    @BeanProperty()
  23. def getLanguageVersion(): String
    Definition Classes
    Factory → ScriptEngineFactory
    Annotations
    @BeanProperty()
  24. def getMethodCallSyntax(obj: String, m: String, args: String*): String
  25. def getMimeTypes(): java.util.List[String]
    Definition Classes
    Factory → ScriptEngineFactory
    Annotations
    @BeanProperty()
  26. def getNames(): java.util.List[String]
    Definition Classes
    Factory → ScriptEngineFactory
    Annotations
    @BeanProperty()
  27. def getOutputStatement(toDisplay: String): String
    Definition Classes
    Factory → ScriptEngineFactory
  28. def getParameter(key: String): AnyRef
    Definition Classes
    Factory → ScriptEngineFactory
  29. def getProgram(statements: String*): String
  30. def getScriptEngine(): ScriptEngine
    Definition Classes
    Factory → ScriptEngineFactory
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val languageName: String
  34. val languageVersion: String
  35. val mimeTypes: java.util.List[String]
  36. val names: java.util.List[String]
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Factory toStringFormat[Factory] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Factory, B)
    Implicit
    This member is added by an implicit conversion from Factory toArrowAssoc[Factory] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from ScriptEngineFactory

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromFactory to any2stringadd[Factory]

Inherited by implicit conversion StringFormat fromFactory to StringFormat[Factory]

Inherited by implicit conversion Ensuring fromFactory to Ensuring[Factory]

Inherited by implicit conversion ArrowAssoc fromFactory to ArrowAssoc[Factory]

Ungrouped