Class/Object

firrtl

RenameMap

Related Docs: object RenameMap | package firrtl

Permalink

final class RenameMap extends AnyRef

Map old names to new names

Transforms that modify names should return a RenameMap with the CircuitState These are mutable datastructures for convenience

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RenameMap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addMap(map: Map[Named, Seq[Named]]): HashMap[Named, Seq[Named]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def delete(name: Named): Unit

    Permalink
  8. def delete(name: String): Unit

    Permalink
  9. def delete(names: Seq[String]): Unit

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(key: Named): Option[Seq[Named]]

    Permalink

    Get new names for an old name

    Get new names for an old name

    This is analogous to get on standard Scala collection Maps None indicates the key was not renamed Empty indicates the name was deleted

  14. def get(key: ComponentName): Option[Seq[ComponentName]]

    Permalink

    Get renames of a ComponentName

    Get renames of a ComponentName

    Note

    A ComponentName can only be renamed to one-or-more ComponentNames

  15. def get(key: ModuleName): Option[Seq[ModuleName]]

    Permalink

    Get renames of a ModuleName

    Get renames of a ModuleName

    Note

    A ModuleName can only be renamed to one-or-more ModuleNames

  16. def get(key: CircuitName): Option[CircuitName]

    Permalink

    Get renames of a CircuitName

    Get renames of a CircuitName

    Note

    A CircuitName can only be renamed to a single CircuitName

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def rename(from: Named, tos: Seq[Named]): Unit

    Permalink
  24. def rename(from: Named, to: Named): Unit

    Permalink
  25. def rename(from: String, tos: Seq[String]): Unit

    Permalink
  26. def rename(from: String, to: String): Unit

    Permalink
  27. def serialize: String

    Permalink
  28. def setCircuit(s: String): Unit

    Permalink
  29. def setModule(s: String): Unit

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped