scala.tools.nsc

util

package util

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AssemblyClassPath extends ClassPath[MsilFile]

    A assembly file (dll / exe) containing classes and namespaces

  2. abstract class CharArrayReader extends AnyRef

  3. abstract class ClassPath[T] extends AnyRef

    Represents a package which contains classes and other packages

  4. case class CommandLine(args: List[String], unaryArguments: List[String], binaryArguments: List[String]) extends Product with Serializable

  5. class DeltaClassPath[T] extends MergedClassPath[T]

  6. class DirectoryClassPath extends ClassPath[AbstractFile]

    A directory (or a .

  7. class EmptyAction extends () ⇒ Unit

  8. class FailedInterrupt extends Exception

  9. trait FreshNameCreator extends AnyRef

  10. trait HasClassPath extends AnyRef

  11. type HashSet[T >: Null <: AnyRef] = reflect.internal.util.HashSet[T]

  12. abstract class InterruptReq extends AnyRef

    A class of work items to be used in interrupt requests.

  13. class JavaCharArrayReader extends Iterator[Char] with Cloneable

  14. class JavaClassPath extends MergedClassPath[AbstractFile]

    The classpath when compiling with target:jvm.

  15. class MergedClassPath[T] extends ClassPath[T]

    A classpath unifying multiple class- and sourcepath entries.

  16. class MsilClassPath extends MergedClassPath[MsilFile]

    The classpath when compiling with target:msil.

  17. class MultiHashMap[K, V] extends HashMap[K, collection.immutable.Set[V]]

    A hashmap with set-valued values, and an empty set as default value

  18. trait ParserUtil extends Parsers

    A simple command line parser to replace the several different simple ones spread around trunk.

  19. trait ScalaClassLoader extends ClassLoader

    A wrapper around java.

  20. type Set[T <: AnyRef] = reflect.internal.util.Set[T]

  21. class SimpleTracer extends AnyRef

    A simple tracer

  22. class SourcePath[T] extends ClassPath[T]

    A Classpath containing source files

  23. abstract class StatisticsInfo extends AnyRef

  24. class TreeSet[T >: Null <: AnyRef] extends Set[T]

    Sets implemented as binary trees.

  25. class WorkScheduler extends AnyRef

  26. type BatchSourceFile = reflect.internal.util.BatchSourceFile

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.BatchSourceFile

  27. type FakePos = reflect.internal.util.FakePos

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.FakePos

  28. type OffsetPosition = reflect.internal.util.OffsetPosition

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.OffsetPosition

  29. type Position = reflect.internal.util.Position

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.Position

  30. type RangePosition = reflect.internal.util.RangePosition

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.RangePosition

  31. type ScriptSourceFile = reflect.internal.util.ScriptSourceFile

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.ScriptSourceFile

  32. type SourceFile = reflect.internal.util.SourceFile

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.SourceFile

  33. type StringOps = reflect.internal.util.StringOps

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.StringOps

  34. type TableDef[T] = reflect.internal.util.TableDef[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.TableDef

  35. type WeakHashSet[T <: AnyRef] = reflect.internal.util.WeakHashSet[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) scala.reflect.internal.util.WeakHashSet

Value Members

  1. val Chars: reflect.internal.Chars.type

  2. object ClassPath

    This module provides star expansion of '-classpath' option arguments, behaves the same as java, see [http://java.

  3. object CommandLineParser extends RegexParsers with ParserUtil

  4. object DocStrings

    Utilitity methods for doc comment strings

  5. object Exceptional

  6. object FreshNameCreator

  7. val HashSet: reflect.internal.util.HashSet.type

  8. object JavaClassPath

  9. object MsilClassPath

    Keeping the MSIL classpath code in its own file is important to make sure we don't accidentally introduce a dependency on msil.

  10. object ScalaClassLoader

    Methods for obtaining various classloaders.

  11. object ShowPickled extends Names

  12. lazy val errtrace: SimpleTracer

  13. def freq[T](xs: Traversable[T]): Map[T, Int]

    Frequency counter

  14. def freqrank[T](xs: Traversable[(T, Int)]): List[(Int, T)]

  15. def millisElapsedTo[T](f: (Long) ⇒ Unit)(body: ⇒ T): T

    Given a function and a block of code, evaluates code block, calls function with milliseconds elapsed, and returns block result.

  16. def onull[T](value: T, orElse: ⇒ T): T

  17. implicit def postfixOps: postfixOps

  18. def returning[T](x: T)(f: (T) ⇒ Unit): T

    Apply a function and return the passed value

  19. def stackTraceString(ex: Throwable): String

  20. def stringFromStream(stream: (OutputStream) ⇒ Unit): String

  21. def stringFromWriter(writer: (PrintWriter) ⇒ Unit): String

    Generate a string using a routine that wants to write on a stream.

  22. lazy val trace: SimpleTracer

  23. def trackingThreads[T](body: ⇒ T): (T, Seq[Thread])

    Executes the code and returns the result and any threads which were created during its execution.

  24. def waitingForThreads[T](body: ⇒ T): T

    Execute code and then wait for all non-daemon Threads created and begun during its execution to complete.

Deprecated Value Members

  1. val FakePos: reflect.internal.util.FakePos.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.FakePos

  2. val NoFile: reflect.internal.util.NoFile.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.NoFile

  3. val NoPosition: reflect.internal.util.NoPosition.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.NoPosition

  4. val NoSourceFile: reflect.internal.util.NoSourceFile.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.NoSourceFile

  5. val Position: reflect.internal.util.Position.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.Position

  6. val ScriptSourceFile: reflect.internal.util.ScriptSourceFile.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.ScriptSourceFile

  7. val StringOps: reflect.internal.util.StringOps.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.StringOps

  8. val TableDef: reflect.internal.util.TableDef.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.TableDef

Inherited from AnyRef

Inherited from Any

Ungrouped