org.pantsbuild.zinc

Compiler

object Compiler

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val CompilerInterfaceId: String

  7. val JavaClassVersion: String

  8. def apply(setup: Setup, log: Logger): Compiler

    Get or create a zinc compiler based on compiler setup.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

    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.

  12. def create(setup: Setup, log: Logger): Compiler

    Create a new zinc compiler based on compiler setup.

  13. def createResidentCache(maxCompilers: Int): GlobalsCache

    Create new globals cache.

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. def getOrCreate(setup: Setup, log: Logger): Compiler

    Java API for creating compiler.

  19. def hashCode(): Int

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

  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. def newJavaCompiler(instance: ScalaInstance, javaHome: Option[File], fork: Boolean): JavaCompiler

    Create a new java compiler.

  24. def newScalaCompiler(instance: ScalaInstance, interfaceJar: File): AnalyzingCompiler

    Create a new scala compiler.

  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def scalaInstance(setup: Setup): ScalaInstance

    Create the scala instance for the compiler.

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

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

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

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

    Get the actual scala version from the compiler.

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

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

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped