ScriptHandle

com.tersesystems.blindsight.scripting.ScriptHandle

A script handle returns the script source, and can say if the script is invalid.

Attributes

Source:
ScriptHandle.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Attributes

Returns:

true if the script is invalid and should be re-evaluated, false otherwise.

Source:
ScriptHandle.scala

If evaluating or parsing the script throws an exception, this method is called.

If evaluating or parsing the script throws an exception, this method is called.

Attributes

Source:
ScriptHandle.scala

Attributes

Returns:

the code of the script.

Source:
ScriptHandle.scala