razie.base.scripting.simple

AScript

case class AScript(script: String) extends Logging with Product with Serializable

an interpreted scala script

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AScript
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AScript(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 debug(message: ⇒ String, e: Throwable): Unit

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

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

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

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

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

  18. def finalize(): Unit

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

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

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

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

  23. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  24. def log(message: ⇒ String, e: Throwable): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  32. def print: AScript

  33. val script: String

  34. def slf4j: Logger

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

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

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  37. def trace(message: ⇒ String, e: Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def warn(message: ⇒ String, e: Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped