scala.tools.nsc

CompilerCommand

class CompilerCommand extends AnyRef

A class representing command line info for scalac

Source
CompilerCommand.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CompilerCommand
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompilerCommand (arguments: List[String], error: (String) ⇒ Unit)

  2. new CompilerCommand (arguments: List[String], settings: Settings)

Type Members

  1. type Setting = Setting

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def cmdName : String

    The name of the command

  9. def createUsageMsg (label: String, shouldExplain: Boolean, cond: (Setting) ⇒ Boolean): String

  10. def createUsageMsg (cond: (Setting) ⇒ Boolean): String

    Creates a help message for a subset of options based on cond

  11. def createUsagePreface (shouldExplain: Boolean): String

  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def expandArg (arg: String): List[String]

    Expands all arguments starting with @ to the contents of the file named like each argument.

  15. lazy val fileEndings : List[String]

    file extensions of files that the compiler can process

  16. def files : List[String]

  17. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def getInfoMessage (global: Global): String

  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def isInstanceOf [T0] : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def ok : Boolean

  26. def processArguments : (Boolean, List[String])

  27. val settings : Settings

  28. def shortUsage : String

  29. def shouldProcessArguments : Boolean

  30. def shouldStopWithInfo : Boolean

  31. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  32. def toString (): String

    Definition Classes
    AnyRef → Any
  33. def usageMsg : String

    Messages explaining usage and options

  34. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def xusageMsg : String

  38. def yusageMsg : String

Inherited from AnyRef

Inherited from Any