Packages

o

scala.tools.cmd

CommandLineParser

object CommandLineParser

A simple enough command line parser.

Source
CommandLineParser.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandLineParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ParseException extends RuntimeException

Value Members

  1. def tokenize(line: String): List[String]
  2. def tokenize(line: String, errorFn: (String) ⇒ Unit): List[String]