Object

org.pantsbuild.zinc.compiler

CompilerUtils

Related Doc: package compiler

Permalink

object CompilerUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompilerUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CompilerInterfaceId: String

    Permalink
  5. val JavaClassVersion: String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compilerInterface(setup: CompilerCacheKey, scalaInstance: ScalaInstance, log: Logger): File

    Permalink

    Get the compiler interface for this compiler setup.

    Get the compiler interface for this compiler setup. Compile it if not already cached. NB: This usually occurs within the compilerCache entry lock, but in the presence of multiple zinc processes (ie, without nailgun) we need to be more careful not to clobber another compilation attempt.

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getGlobalsCache: GlobalsCache

    Permalink

    Get the instance of the GlobalsCache.

  14. def getOrCreate(settings: Settings, log: Logger): Compilers

    Permalink

    Get or create a zinc compiler based on compiler setup.

  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def interfaceId(scalaVersion: String): String

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def newScalaCompiler(instance: ScalaInstance, interfaceJar: File): AnalyzingCompiler

    Permalink

    Create a new scala compiler.

  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def scalaInstance(setup: CompilerCacheKey): ScalaInstance

    Permalink

    Create the scala instance for the compiler.

    Create the scala instance for the compiler. Includes creating the classloader.

  23. def scalaLoader(jars: Seq[File]): URLClassLoader

    Permalink

    Create a new classloader with the root loader as parent (to avoid zinc itself being included).

  24. def scalaVersion(scalaLoader: ClassLoader): Option[String]

    Permalink

    Get the actual scala version from the compiler.properties in a classloader.

    Get the actual scala version from the compiler.properties in a classloader. The classloader should only contain one version of scala.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped