Type

svsim.vcs.Backend.Flag.Type
sealed trait Type

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
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object cm_seqnoconst
Self type
Singleton

Members list

Value members

Concrete methods

def toFlag: String

Attributes

Source
Backend.scala