case class CDefMPort(info: Info, name: String, tpe: Type, mem: String, exps: Seq[Expression], direction: MPortDir) extends Statement with HasInfo with CanBeReferenced with UseSerializer with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- CDefMPort
- Serializable
- Serializable
- Product
- Equals
- UseSerializer
- CanBeReferenced
- HasInfo
- Statement
- FirrtlNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val direction: MPortDir
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exps: Seq[Expression]
- def foreachExpr(f: (Expression) ⇒ Unit): Unit
- def foreachInfo(f: (Info) ⇒ Unit): Unit
- def foreachStmt(f: (Statement) ⇒ Unit): Unit
- def foreachString(f: (String) ⇒ Unit): Unit
- def foreachType(f: (Type) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val info: Info
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapExpr(f: (Expression) ⇒ Expression): Statement
- def mapInfo(f: (Info) ⇒ Info): Statement
- def mapStmt(f: (Statement) ⇒ Statement): Statement
- def mapString(f: (String) ⇒ String): Statement
- def mapType(f: (Type) ⇒ Type): Statement
- val mem: String
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
serialize: String
- Definition Classes
- UseSerializer → FirrtlNode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tpe: Type
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
This is the documentation for Firrtl.