Packages

c

scala.tools.nsc

OfflineCompilerCommand

class OfflineCompilerCommand extends CompilerCommand

A compiler command for the offline compiler.

Source
OfflineCompilerCommand.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OfflineCompilerCommand
  2. CompilerCommand
  3. AnyRef
  4. 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 OfflineCompilerCommand(arguments: List[String], settings: FscSettings)

Type Members

  1. type Setting = Settings.Setting
    Definition Classes
    CompilerCommand

Value Members

  1. def cmdDesc: String

    A descriptive alias for version and help messages.

    A descriptive alias for version and help messages.

    Definition Classes
    CompilerCommand
  2. def cmdName: String

    The name of the command.

    The name of the command.

    Definition Classes
    OfflineCompilerCommandCompilerCommand
  3. def createUsageMsg(label: String, shouldExplain: Boolean, cond: (Setting) ⇒ Boolean): String
    Definition Classes
    CompilerCommand
  4. def createUsageMsg(cond: (Setting) ⇒ Boolean): String

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

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

    Definition Classes
    CompilerCommand
  5. def expandArg(arg: String): List[String]

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

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

    Definition Classes
    CompilerCommand
  6. def extraFscArgs: collection.immutable.List[String]
  7. def files: List[String]
    Definition Classes
    CompilerCommand
  8. def getInfoMessage(global: Global): String
    Definition Classes
    CompilerCommand
  9. def ok: Boolean
    Definition Classes
    CompilerCommand
  10. def processArguments: (Boolean, List[String])
    Definition Classes
    CompilerCommand
  11. val settings: Settings
    Definition Classes
    CompilerCommand
  12. def shortUsage: String
    Definition Classes
    CompilerCommand
  13. def shouldProcessArguments: Boolean
    Definition Classes
    CompilerCommand
  14. def shouldStopWithInfo: Boolean

    For info settings, compiler should just print a message and quit.

    For info settings, compiler should just print a message and quit.

    Definition Classes
    CompilerCommand
  15. def usageMsg: String

    Messages explaining usage and options

    Messages explaining usage and options

    Definition Classes
    OfflineCompilerCommandCompilerCommand
  16. def xusageMsg: String
    Definition Classes
    CompilerCommand
  17. def yusageMsg: String
    Definition Classes
    CompilerCommand