scala.tools.nsc

interpreter

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type InputStream = java.io.InputStream

  2. type JClass = Class[_]

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

  4. type JFile = File

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

  6. type JPrintWriter = PrintWriter

  7. type OutputStream = java.io.OutputStream

  8. class TapMaker[T] extends AnyRef

    Definition Classes
    ReplConfig

Value Members

  1. val IR: Results.type

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

    Definition Classes
    ReplStrings
  3. def isAcross: Boolean

    Definition Classes
    ReplConfig
  4. def isPaged: Boolean

    Definition Classes
    ReplConfig
  5. def isReplDebug: Boolean

    Definition Classes
    ReplConfig
  6. def isReplInfo: Boolean

    Definition Classes
    ReplConfig
  7. def isReplPower: Boolean

    Definition Classes
    ReplConfig
  8. def isReplTrace: Boolean

    Definition Classes
    ReplConfig
  9. implicit def postfixOps: postfixOps

  10. lazy val replProps: ReplProps

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

  12. def string2code(str: String): String

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

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

    Definition Classes
    ReplStrings

Inherited from ReplStrings

Inherited from ReplConfig

Inherited from AnyRef

Inherited from Any

Ungrouped