class
Scripted extends AbstractScriptEngine with Compilable
Instance Constructors
-
new
Scripted(factory: ScriptEngineFactory, settings: Settings, out: JPrintWriter)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Scripted, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compile(reader: Reader): CompiledScript
-
def
compile(script: String): CompiledScript
-
def
compile(script: String, context: ScriptContext): CompiledScript
-
var
compileContext: ScriptContext
-
def
createBindings(): Bindings
-
final
val
ctx: String("$ctx")
-
def
dynamicContext: ScriptContext
-
def
dynamicContext_=(ctx: ScriptContext): Unit
-
def
ensuring(cond: (Scripted) ⇒ Boolean, msg: ⇒ Any): Scripted
-
def
ensuring(cond: (Scripted) ⇒ Boolean): Scripted
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Scripted
-
def
ensuring(cond: Boolean): Scripted
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
eval(reader: Reader, context: ScriptContext): AnyRef
-
def
eval(script: String, context: ScriptContext): AnyRef
-
def
eval(arg0: String): AnyRef
-
def
eval(arg0: Reader): AnyRef
-
def
eval(arg0: String, arg1: Bindings): AnyRef
-
def
eval(arg0: Reader, arg1: Bindings): AnyRef
-
val
factory: ScriptEngineFactory
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
def
get(arg0: String): AnyRef
-
def
getBindings(arg0: Int): Bindings
-
final
def
getClass(): Class[_]
-
def
getContext(): ScriptContext
-
def
getFactory(): ScriptEngineFactory
-
def
getScriptContext(arg0: Bindings): ScriptContext
-
def
hashCode(): Int
-
val
intp: IMain { def contextNames: Set[this.global.Name] }
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
put(arg0: String, arg1: Any): Unit
-
val
scriptContextRep: (intp)#ReadEvalPrint
-
def
setBindings(arg0: Bindings, arg1: Int): Unit
-
def
setContext(arg0: ScriptContext): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withCompileContext[A](context: ScriptContext)(body: ⇒ A): A
-
def
withScriptContext[A](context: ScriptContext)(body: ⇒ A): A
-
def
→[B](y: B): (Scripted, B)
Inherited from AbstractScriptEngine
Value Members
-
def
eval(arg0: String): AnyRef
-
def
eval(arg0: Reader): AnyRef
-
def
eval(arg0: String, arg1: Bindings): AnyRef
-
def
eval(arg0: Reader, arg1: Bindings): AnyRef
-
def
get(arg0: String): AnyRef
-
def
getBindings(arg0: Int): Bindings
-
def
getContext(): ScriptContext
-
def
getScriptContext(arg0: Bindings): ScriptContext
-
def
put(arg0: String, arg1: Any): Unit
-
def
setBindings(arg0: Bindings, arg1: Int): Unit
-
def
setContext(arg0: ScriptContext): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
Scripted to any2stringadd[Scripted]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
Scripted to StringFormat[Scripted]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion ArrowAssoc from
Scripted to ArrowAssoc[Scripted]
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Scripted, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compile(reader: Reader): CompiledScript
-
def
compile(script: String): CompiledScript
-
def
compile(script: String, context: ScriptContext): CompiledScript
-
var
compileContext: ScriptContext
-
def
createBindings(): Bindings
-
final
val
ctx: String("$ctx")
-
def
dynamicContext: ScriptContext
-
def
dynamicContext_=(ctx: ScriptContext): Unit
-
def
ensuring(cond: (Scripted) ⇒ Boolean, msg: ⇒ Any): Scripted
-
def
ensuring(cond: (Scripted) ⇒ Boolean): Scripted
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Scripted
-
def
ensuring(cond: Boolean): Scripted
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
eval(reader: Reader, context: ScriptContext): AnyRef
-
def
eval(script: String, context: ScriptContext): AnyRef
-
def
eval(arg0: String): AnyRef
-
def
eval(arg0: Reader): AnyRef
-
def
eval(arg0: String, arg1: Bindings): AnyRef
-
def
eval(arg0: Reader, arg1: Bindings): AnyRef
-
val
factory: ScriptEngineFactory
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
def
get(arg0: String): AnyRef
-
def
getBindings(arg0: Int): Bindings
-
final
def
getClass(): Class[_]
-
def
getContext(): ScriptContext
-
def
getFactory(): ScriptEngineFactory
-
def
getScriptContext(arg0: Bindings): ScriptContext
-
def
hashCode(): Int
-
val
intp: IMain { def contextNames: Set[this.global.Name] }
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
put(arg0: String, arg1: Any): Unit
-
val
scriptContextRep: (intp)#ReadEvalPrint
-
def
setBindings(arg0: Bindings, arg1: Int): Unit
-
def
setContext(arg0: ScriptContext): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withCompileContext[A](context: ScriptContext)(body: ⇒ A): A
-
def
withScriptContext[A](context: ScriptContext)(body: ⇒ A): A
-
def
→[B](y: B): (Scripted, B)
The Scala compiler and reflection APIs.