Packages

package inc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class InvalidScalaInstance extends RuntimeException

    Runtime exception representing a failure when finding a ScalaInstance.

  2. class InvalidScalaProvider extends RuntimeException

    Runtime exception representing a failure when finding a ScalaProvider.

  3. final class ScalaInstance extends xsbti.compile.ScalaInstance

    A Scala instance encapsulates all the information that is bound to a concrete Scala version, like the java.lang.ClassLoader or all the JARs required for Scala compilation: library jar, compiler jar and others.

    A Scala instance encapsulates all the information that is bound to a concrete Scala version, like the java.lang.ClassLoader or all the JARs required for Scala compilation: library jar, compiler jar and others.

    Both a ClassLoader and the jars are required because the compiler's boot classpath requires the location of the library and compiler jar on the classpath to compile any Scala program and macros.

    See also

    xsbti.compile.ScalaInstance

  4. final class UninitializedVal extends RuntimeException

    An exception to indicate that while traversing the vals for an instance of className, the val named valName was null.

Ungrouped