Type

svsim.vcs.Backend.LicenseFile.Type
sealed trait Type

The super type of all license files

Attributes

Source
Backend.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Generic
class Synopsys

Members list

Value members

Abstract methods

def toEnvVar: (String, String)

Convert this to name/value tuple that can be used to set an environment variable

Convert this to name/value tuple that can be used to set an environment variable

Attributes

Source
Backend.scala
def value: String

The value of the environment variable

The value of the environment variable

Attributes

Source
Backend.scala