package inc
- Alphabetic
- Public
- All
Type Members
-
class
InvalidScalaInstance extends RuntimeException
Runtime exception representing a failure when finding a
ScalaInstance. -
class
InvalidScalaProvider extends RuntimeException
Runtime exception representing a failure when finding a
ScalaProvider. -
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.ClassLoaderor 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.ClassLoaderor all the JARs required for Scala compilation: library jar, compiler jar and others.Both a
ClassLoaderand 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
-
final
class
UninitializedVal extends RuntimeException
An exception to indicate that while traversing the
vals for an instance ofclassName, thevalnamedvalNamewasnull.
Value Members
- object ModuleUtilities
- object ReflectUtilities
- object ScalaInstance