CmdTest262Test

case
object CmdTest262Test extends Command[Option[String]]

test262test command

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Command[Option[String]]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Concrete methods

def help: String
override
def showResult(msg: Option[String]): Unit
Definition Classes

Inherited methods

def >>[R](phase: Phase[Option[String], R]): PhaseList[R]

append a phase to create a new phase list

append a phase to create a new phase list

Inherited from
Command
def apply(args: List[String]): Option[String]

run command with command-line arguments

run command with command-line arguments

Inherited from
Command
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString: String
Definition Classes
Command -> Any
Inherited from
Command

Inherited fields

val name: String
Inherited from
Command
val pList: PhaseList[Option[String]]
Inherited from
Command