Flag

svsim.vcs.Backend.Flag
object Flag

Container of all simple flag options to VCS.

All these options take no arguments.

Attributes

Source
Backend.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Flag.type

Members list

Type members

Classlikes

sealed trait Type

A simple flag option

A simple flag option

This option only has a name and has no parameter. The option name is the class name. Force this to be a Singleton so that it must be an object/case object. Because Scala will add a trailing $ to objects, drop that when generating the flag.

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object cm_seqnoconst
Self type
Singleton
case object cm_seqnoconst extends Type

Attributes

Source
Backend.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
Self type