firrtl
.
ir
SubIndex
Related Doc:
package ir
case class
SubIndex
(
expr:
Expression
,
value:
Int
,
tpe:
Type
,
flow:
Flow
=
UnknownFlow
)
extends
Expression
with
UseSerializer
with
RefLikeExpression
with
Product
with
Serializable
Source
IR.scala
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
RefLikeExpression
,
UseSerializer
,
Expression
,
FirrtlNode
,
AnyRef
,
Any
Type Hierarchy
SubIndex
Expression
UseSerializer
RefLikeExpression
Product
Serializable
Ordering
Alphabetic
By Inheritance
Inherited
SubIndex
Serializable
Serializable
Product
Equals
RefLikeExpression
UseSerializer
Expression
FirrtlNode
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SubIndex
(
expr:
Expression
,
value:
Int
,
tpe:
Type
,
flow:
Flow
=
UnknownFlow
)
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
val
expr
:
Expression
val
flow
:
Flow
Definition Classes
SubIndex
→
RefLikeExpression
def
foreachExpr
(
f: (
Expression
) ⇒
Unit
)
:
Unit
Definition Classes
SubIndex
→
Expression
def
foreachType
(
f: (
Type
) ⇒
Unit
)
:
Unit
Definition Classes
SubIndex
→
Expression
def
foreachWidth
(
f: (
Width
) ⇒
Unit
)
:
Unit
Definition Classes
SubIndex
→
Expression
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mapExpr
(
f: (
Expression
) ⇒
Expression
)
:
Expression
Definition Classes
SubIndex
→
Expression
def
mapType
(
f: (
Type
) ⇒
Type
)
:
Expression
Definition Classes
SubIndex
→
Expression
def
mapWidth
(
f: (
Width
) ⇒
Width
)
:
Expression
Definition Classes
SubIndex
→
Expression
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
Definition Classes
SubIndex
→
Expression
val
value
:
Int
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
RefLikeExpression
Inherited from
UseSerializer
Inherited from
Expression
Inherited from
FirrtlNode
Inherited from
AnyRef
Inherited from
Any
Ungrouped