c

firrtl.ir

SequencePropertyType

case class SequencePropertyType(tpe: PropertyType) extends PropertyType with Product with Serializable

Source
IR.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencePropertyType
  2. Serializable
  3. Product
  4. Equals
  5. PropertyType
  6. UseSerializer
  7. Type
  8. FirrtlNode
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SequencePropertyType(tpe: PropertyType)

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. def serialize: String
    Definition Classes
    UseSerializer → FirrtlNode
  3. val tpe: PropertyType