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 loader 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 loader or 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.- Note
A jar can actually be any valid classpath entry, not just a jar file.
-
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