tut

TutMain

object TutMain extends SafeApp

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

Type Members

  1. sealed trait Modifier extends AnyRef

  2. class Spigot extends FilterOutputStream

  3. case class TState(isCode: Boolean, mods: Set[Modifier], needsNL: Boolean, imain: IMain, pw: PrintWriter, spigot: Spigot, partial: String = "", err: Boolean = false) extends Product with Serializable

  4. type Tut[A] = IndexedStateT[IO, TState, TState, A]

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. val Encoding: String

  7. object Modifier

  8. object NoFail extends Modifier with Product with Serializable

  9. object Plain extends Modifier with Product with Serializable

  10. object Silent extends Modifier with Product with Serializable

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def checkBoundary(text: String, find: String, code: Boolean, mods: Set[Modifier]): Tut[Unit]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def error(n: Int): Tut[Unit]

  17. def file(in: File, out: File): IO[TState]

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fixShed(text: String, mods: Set[Modifier]): String

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def go(in: File, out: File): IO[TState]

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def incomplete(s: String): Tut[Unit]

  24. def interp(text: String, lineNum: Int): Tut[Unit]

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def line(text: String, n: Int): Tut[Unit]

  27. def lines(f: File): IO[List[String]]

  28. final def main(args: Array[String]): Unit

    Definition Classes
    SafeApp
  29. def mod(f: (TState) ⇒ TState): Tut[Unit]

  30. def modifiers(text: String): Set[Modifier]

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def newInterpreter(pw: PrintWriter): IO[IMain]

  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def out(text: String): Tut[Unit]

  36. def prompt(s: TState): String

  37. def run(args: ImmutableArray[String]): IO[Unit]

    Definition Classes
    SafeApp
  38. def runc: IO[Unit]

    Definition Classes
    SafeApp
  39. def runl(args: List[String]): IO[Unit]

    Definition Classes
    TutMain → SafeApp
  40. def stale(fs: List[File], outDir: File): IO[List[File]]

  41. def state: Tut[TState]

  42. def success: Tut[Unit]

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def tut(in: File): Tut[Unit]

  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SafeApp

Inherited from AnyRef

Inherited from Any

Ungrouped