Package

scala.tools.nsc

interpreter

Permalink

package interpreter

Linear Supertypes
ReplStrings, ReplConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. interpreter
  2. ReplStrings
  3. ReplConfig
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type InputStream = java.io.InputStream

    Permalink
  2. type JClass = Class[_]

    Permalink
  3. type JCollection[T] = Collection[T]

    Permalink
  4. type JFile = File

    Permalink
  5. type JList[T] = java.util.List[T]

    Permalink
  6. type JPrintWriter = PrintWriter

    Permalink
  7. type OutputStream = java.io.OutputStream

    Permalink
  8. class TapMaker[T] extends AnyRef

    Permalink
    Definition Classes
    ReplConfig

Value Members

  1. object Helper

    Permalink

    Temporary workaround to make scio's BigQueryClient think we're in a REPL (requires scala.tools.nsc.interpreter somewhere in the stack)

  2. val IR: Results.type

    Permalink
  3. def any2stringOf(x: Any, maxlen: Int): String

    Permalink
    Definition Classes
    ReplStrings
  4. def isAcross: Boolean

    Permalink
    Definition Classes
    ReplConfig
  5. def isPaged: Boolean

    Permalink
    Definition Classes
    ReplConfig
  6. def isReplDebug: Boolean

    Permalink
    Definition Classes
    ReplConfig
  7. def isReplInfo: Boolean

    Permalink
    Definition Classes
    ReplConfig
  8. def isReplPower: Boolean

    Permalink
    Definition Classes
    ReplConfig
  9. def isReplTrace: Boolean

    Permalink
    Definition Classes
    ReplConfig
  10. implicit def postfixOps: postfixOps

    Permalink
  11. lazy val replProps: ReplProps

    Permalink
    Definition Classes
    ReplConfig
  12. def staticTypeTag[T](implicit arg0: ClassTag[T]): reflect.api.JavaUniverse.TypeTag[T]

    Permalink
  13. def string2code(str: String): String

    Permalink
    Definition Classes
    ReplStrings
  14. def string2codeQuoted(str: String): String

    Permalink
    Definition Classes
    ReplStrings
  15. def unquoted(s: String): String

    Permalink
    Definition Classes
    ReplStrings
  16. def words(s: String): List[String]

    Permalink
    Definition Classes
    ReplStrings

Inherited from ReplStrings

Inherited from ReplConfig

Inherited from AnyRef

Inherited from Any

Ungrouped