Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package ant
    Definition Classes
    tools
  • class Scalac extends ScalaMatchingTask with ScalacShared

    An Ant task to compile with the new Scala compiler (NSC).

    An Ant task to compile with the new Scala compiler (NSC).

    This task can take the following parameters as attributes:

    • srcdir (mandatory),
    • srcref,
    • destdir,
    • classpath,
    • classpathref,
    • sourcepath,
    • sourcepathref,
    • bootclasspath,
    • bootclasspathref,
    • extdirs,
    • extdirsref,
    • argfile,
    • dependencyfile,
    • encoding,
    • target,
    • force,
    • fork,
    • logging,
    • logphase,
    • debuginfo,
    • addparams,
    • explaintypes,
    • deprecation,
    • nobootcp,
    • nowarn,
    • optimise,
    • unchecked,
    • usejavacp,
    • failonerror,
    • scalacdebugging,

    It also takes the following parameters as nested elements:

    • src (for srcdir),
    • classpath,
    • sourcepath,
    • bootclasspath,
    • extdirs,
    • compilerarg.
    Definition Classes
    ant
  • CompilerPhase
  • Flag
  • LoggingLevel
  • PermissibleValue
  • Target

object Flag extends PermissibleValue

Defines valid values for the deprecation and unchecked properties.

Source
Scalac.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flag
  2. PermissibleValue
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def isPermissible(value: String): Boolean
    Definition Classes
    PermissibleValue
  2. def toBoolean(flag: String): Option[Boolean]
  3. val values: collection.immutable.List[String]
    Definition Classes
    FlagPermissibleValue