|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstList | |
---|---|
at.dms.kjc.sir | Contains the heart of the StreamIt Intermediate Representation, or SIR for short. |
at.dms.util |
Uses of ConstList in at.dms.kjc.sir |
---|
Methods in at.dms.kjc.sir that return ConstList | |
---|---|
protected ConstList |
SIRContainer.myChildren()
So subclasses can view children. |
protected ConstList |
SIRContainer.myParams()
So subclasses can view parameter list. |
Uses of ConstList in at.dms.util |
---|
Subclasses of ConstList in at.dms.util | |
---|---|
class |
MutableList
Intended to be used in conjunction with ConstList, if one user wants a constant view of a list while another wants to be able to mutate it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |