|
||||||||||
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
public abstract class ArrayType
Abstract base class for array types.
Constructor Summary | |
---|---|
ArrayType(java.lang.String identifier,
SubtypeIndication elementType)
Creates array type. |
Method Summary | |
---|---|
SubtypeIndication |
getElementType()
Returns the type of the array elements. |
void |
setElementType(SubtypeIndication elementType)
Sets the type of the array elements. |
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 ArrayType(java.lang.String identifier, SubtypeIndication elementType)
identifier
- the identifierelementType
- the type of the array elementsMethod Detail |
---|
public SubtypeIndication getElementType()
public void setElementType(SubtypeIndication elementType)
elementType
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |