|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.type.Type
de.upb.hni.vmagic.type.ArrayType
de.upb.hni.vmagic.type.ConstrainedArray
public class ConstrainedArray
Constrained array.
Constructor Summary | |
---|---|
ConstrainedArray(java.lang.String identifier,
SubtypeIndication elementType,
DiscreteRange... indexRanges)
Creates a constrained array. |
|
ConstrainedArray(java.lang.String identifier,
SubtypeIndication elementType,
java.util.List<DiscreteRange> indexRanges)
Creates a constrained array. |
Method Summary | |
---|---|
java.util.List<DiscreteRange> |
getIndexRanges()
Returns the index ranges. |
Methods inherited from class de.upb.hni.vmagic.type.ArrayType |
---|
getElementType, setElementType |
Methods inherited from class de.upb.hni.vmagic.type.Type |
---|
getIdentifier, setIdentifier |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstrainedArray(java.lang.String identifier, SubtypeIndication elementType, DiscreteRange... indexRanges)
identifier
- the identifierelementType
- the type of the array elementsindexRanges
- the index rangespublic ConstrainedArray(java.lang.String identifier, SubtypeIndication elementType, java.util.List<DiscreteRange> indexRanges)
identifier
- the identifierelementType
- the type of the array elementsindexRanges
- the index rangesMethod Detail |
---|
public java.util.List<DiscreteRange> getIndexRanges()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |