razie.base.scripting

ScalaScript

class ScalaScript extends RazScript with Logging

an interpreted scala script

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

Instance Constructors

  1. new ScalaScript(script: String)

Type Members

  1. class cdebug extends AnyRef

    Definition Classes
    Logging
    Annotations
    @inline()
  2. class clog extends AnyRef

    Definition Classes
    Logging
    Annotations
    @inline()

Value Members

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

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

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

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

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

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

    Definition Classes
    Any
  7. def audit(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  8. def audit(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  9. def cdebug: cdebug

    Definition Classes
    Logging
    Annotations
    @inline()
  10. def clog: clog

    Definition Classes
    Logging
    Annotations
    @inline()
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compile(ctx: ActionContext): RSResult[Any]

    Definition Classes
    ScalaScript → RazScript
  13. def debug(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  14. def debug(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  15. final def eq(arg0: AnyRef): scala.Boolean

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

    Definition Classes
    AnyRef → Any
  17. def error(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  18. def error(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  19. def eval(ctx: ActionContext): RSResult[Any]

    execute the script with the given context

    execute the script with the given context

    Definition Classes
    ScalaScript → RazScript
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  23. def info(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  24. def info(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  25. def interactive(ctx: ActionContext): RSResult[Any]

    execute the script with the given context

    execute the script with the given context

    Definition Classes
    ScalaScript → RazScript
  26. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  27. def lang: String

    Definition Classes
    ScalaScript → RazScript
  28. def log(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  29. def log(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  30. val logger: org.fusesource.scalate.util.Log

    Attributes
    protected
    Definition Classes
    Logging
  31. final def ne(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  32. def newlog(s: String): org.fusesource.scalate.util.Log

    Attributes
    protected
    Definition Classes
    Logging
  33. def newlog(clazz: Class[_]): org.fusesource.scalate.util.Log

    Attributes
    protected
    Definition Classes
    Logging
  34. final def notify(): Unit

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

    Definition Classes
    AnyRef
  36. val script: String

  37. def slf4j: Logger

    Attributes
    protected
    Definition Classes
    Logging
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def tee(message: ⇒ String): String

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  40. def toString(): String

    returns

    the statement

    Definition Classes
    ScalaScript → AnyRef → Any
  41. def trace(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  42. def trace(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  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 warn(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  47. def warn(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()

Inherited from Logging

Inherited from RazScript

Inherited from AnyRef

Inherited from Any

Ungrouped