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
c

scala.tools.ant.Scalac

PermissibleValue

abstract class PermissibleValue extends AnyRef

Source
Scalac.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PermissibleValue
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PermissibleValue()

Abstract Value Members

  1. abstract val values: List[String]

Concrete Value Members

  1. def isPermissible(value: String): Boolean