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. val IR: Results.type

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

    Permalink
    Definition Classes
    ReplStrings
  3. def isAcross: Boolean

    Permalink
    Definition Classes
    ReplConfig
  4. def isPaged: Boolean

    Permalink
    Definition Classes
    ReplConfig
  5. def isReplDebug: Boolean

    Permalink
    Definition Classes
    ReplConfig
  6. def isReplInfo: Boolean

    Permalink
    Definition Classes
    ReplConfig
  7. def isReplPower: Boolean

    Permalink
    Definition Classes
    ReplConfig
  8. def isReplTrace: Boolean

    Permalink
    Definition Classes
    ReplConfig
  9. implicit def postfixOps: postfixOps

    Permalink
  10. lazy val replProps: ReplProps

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

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

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

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

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

    Permalink
    Definition Classes
    ReplStrings

Inherited from ReplStrings

Inherited from ReplConfig

Inherited from AnyRef

Inherited from Any

Ungrouped