firrtl
.
ir
DefInstance
Related Docs:
object DefInstance
|
package ir
case class
DefInstance
(
info:
Info
,
name:
String
,
module:
String
,
tpe:
Type
=
UnknownType
)
extends
Statement
with
IsDeclaration
with
UseSerializer
with
Product
with
Serializable
Source
IR.scala
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
UseSerializer
,
IsDeclaration
,
HasInfo
,
HasName
,
Statement
,
FirrtlNode
,
AnyRef
,
Any
Type Hierarchy
DefInstance
Statement
IsDeclaration
UseSerializer
Product
Serializable
Ordering
Alphabetic
By Inheritance
Inherited
DefInstance
Serializable
Serializable
Product
Equals
UseSerializer
IsDeclaration
HasInfo
HasName
Statement
FirrtlNode
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DefInstance
(
info:
Info
,
name:
String
,
module:
String
,
tpe:
Type
=
UnknownType
)
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[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
foreachExpr
(
f: (
Expression
) ⇒
Unit
)
:
Unit
Definition Classes
DefInstance
→
Statement
def
foreachInfo
(
f: (
Info
) ⇒
Unit
)
:
Unit
Definition Classes
DefInstance
→
Statement
def
foreachStmt
(
f: (
Statement
) ⇒
Unit
)
:
Unit
Definition Classes
DefInstance
→
Statement
def
foreachString
(
f: (
String
) ⇒
Unit
)
:
Unit
Definition Classes
DefInstance
→
Statement
def
foreachType
(
f: (
Type
) ⇒
Unit
)
:
Unit
Definition Classes
DefInstance
→
Statement
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
val
info
:
Info
Definition Classes
DefInstance
→
HasInfo
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mapExpr
(
f: (
Expression
) ⇒
Expression
)
:
Statement
Definition Classes
DefInstance
→
Statement
def
mapInfo
(
f: (
Info
) ⇒
Info
)
:
Statement
Definition Classes
DefInstance
→
Statement
def
mapStmt
(
f: (
Statement
) ⇒
Statement
)
:
Statement
Definition Classes
DefInstance
→
Statement
def
mapString
(
f: (
String
) ⇒
String
)
:
Statement
Definition Classes
DefInstance
→
Statement
def
mapType
(
f: (
Type
) ⇒
Type
)
:
Statement
Definition Classes
DefInstance
→
Statement
val
module
:
String
val
name
:
String
Definition Classes
DefInstance
→
HasName
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@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
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
UseSerializer
Inherited from
IsDeclaration
Inherited from
HasInfo
Inherited from
HasName
Inherited from
Statement
Inherited from
FirrtlNode
Inherited from
AnyRef
Inherited from
Any
Ungrouped