|
||||||||||
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.UnconstrainedArray
public class UnconstrainedArray
Unconstrained array.
Constructor Summary | |
---|---|
UnconstrainedArray(java.lang.String identifier,
SubtypeIndication elementType,
java.util.List<SubtypeIndication> indexSubtypes)
Creates an unconstrained array. |
|
UnconstrainedArray(java.lang.String identifier,
SubtypeIndication elementType,
SubtypeIndication... indexSubtypes)
Creates an unconstrained array. |
Method Summary | |
---|---|
java.util.List<SubtypeIndication> |
getIndexSubtypes()
Returns the index subtypes. |
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 UnconstrainedArray(java.lang.String identifier, SubtypeIndication elementType, SubtypeIndication... indexSubtypes)
identifier
- the identifierelementType
- the element typeindexSubtypes
- the index subtypespublic UnconstrainedArray(java.lang.String identifier, SubtypeIndication elementType, java.util.List<SubtypeIndication> indexSubtypes)
identifier
- the identifierelementType
- the element typeindexSubtypes
- the index subtypesMethod Detail |
---|
public java.util.List<SubtypeIndication> getIndexSubtypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |