dfhdl.app

package dfhdl.app

Members list

Type members

Classlikes

trait DFApp

Attributes

Supertypes
class Object
trait Matchable
class Any
case class DesignArg(name: String, typeName: String, value: Any, desc: String)(using x$5: DFC)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DesignArgs

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
DesignArgs.type
class ParsedCommandLine(designName: String, topScalaPath: String, designArgs: DesignArgs, commandArgs: Array[String])(using eo: ElaborationOptions, co: CompilerOptions, ao: AppOptions) extends ScallopConf

Attributes

Supertypes
class ScallopConf
class ScallopConfBase
trait ScallopConfValidations
class Object
trait Matchable
class Any
Show all
trait SingleValueConverter[T] extends ValueConverter[T]

Attributes

Supertypes
trait ValueConverter[T]
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
trait SingleValueConverter[Backend]
trait ValueConverter[Backend]
class Object
trait Matchable
class Any
Self type

Types

type DesignArgs = ListMap[String, DesignArg]